gosign commited on
Commit
7a4f06d
·
verified ·
1 Parent(s): 5fa4d82

Update Dockerfile

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"]