Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ ENV NAME World
|
|
32 |
|
33 |
# Run app.py when the container launches
|
34 |
#CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
35 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app",
|
|
|
32 |
|
33 |
# Run app.py when the container launches
|
34 |
#CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
35 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app", "--timeout 500"]
|