diff --git a/backend/Dockerfile b/backend/Dockerfile index ab60b30..eab00a6 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./backend /code -CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--root-path", "/api", "--forwarded-allow-ip='*'"] \ No newline at end of file +CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--root-path", "/api", "--forwarded-allow-ips='*'"] \ No newline at end of file