Updated Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user