Muhammad Waqas commited on
Commit
59a4df8
·
1 Parent(s): 4b736df

Added: Generate image to video

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,5 +39,5 @@ USER flaskuser
39
  EXPOSE 7860
40
 
41
  # Run the Flask app using gunicorn with an infinite request timeout
42
- # CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "0", "app:app"]
43
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "0", "--access-logfile", "-", "--error-logfile", "-", "app:app"]
 
39
  EXPOSE 7860
40
 
41
  # Run the Flask app using gunicorn with an infinite request timeout
42
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "0", "app:app"]
43
+ # CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "0", "--access-logfile", "-", "--error-logfile", "-", "app:app"]