From 0ff2d4bb01b6fbd89013b46842956ad84e1b64d1 Mon Sep 17 00:00:00 2001 From: JulienAldon Date: Fri, 20 Feb 2026 01:36:22 +0100 Subject: [PATCH] fix dockerfile --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index eab00a6..7537909 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-ips='*'"] \ No newline at end of file +CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--forwarded-allow-ips='*'"] \ No newline at end of file