diff --git a/backend/Dockerfile b/backend/Dockerfile index 15938b7..23bf7d5 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -8,6 +8,6 @@ COPY ./backend/requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt -COPY ./backend /code/app +COPY ./backend /code -CMD ["fastapi", "run", "app/src/main.py", "--port", "8000"] \ No newline at end of file +CMD ["fastapi", "run", "src/main.py", "--port", "8000"] \ No newline at end of file