diff --git a/backend/Dockerfile b/backend/Dockerfile index 935d6d3..1db4fed 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -6,5 +6,5 @@ COPY requirements.txt . RUN pip install -r requirements.txt -COPY ./backend . -CMD ["python", "app.py"] \ No newline at end of file +COPY . . +CMD ["python", "backend/app.py"] \ No newline at end of file