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