Updated Dockerfile

This commit is contained in:
2023-12-06 16:35:15 +01:00
parent e71d656d0e
commit ab66eeb6e8
2 changed files with 217 additions and 213 deletions

View File

@@ -5,4 +5,4 @@ RUN pip install --upgrade pip
RUN pip install waitress
RUN pip install .
CMD ["waitress-serve", "--call", "app:app"]
CMD ["waitress-serve", "--call", "app:create_app"]