Updated backend Dockerfile

This commit is contained in:
2023-02-20 14:00:12 +01:00
parent 9a839b60dd
commit 49f793de84

View File

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