This commit is contained in:
@@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|||||||
|
|
||||||
COPY ./backend /code
|
COPY ./backend /code
|
||||||
|
|
||||||
CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--forwarded-allow-ips", "*"]
|
CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--forwarded-allow-ips", "*", "--proxy-headers"]
|
||||||
Reference in New Issue
Block a user