Trying to fix deployment

This commit is contained in:
2023-02-20 14:01:54 +01:00
parent 49f793de84
commit 76a9a4a24b

View File

@@ -6,5 +6,5 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
COPY ./backend .
CMD ["python", "app.py"]
COPY . .
CMD ["python", "backend/app.py"]