fts
This commit is contained in:
+2
-1
@@ -19,4 +19,5 @@ RUN mkdir -p storage/dishPhotos
|
||||
EXPOSE 5000
|
||||
|
||||
# Use Gunicorn to run the application in production
|
||||
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
|
||||
# CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user