Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -31,4 +31,5 @@ EXPOSE 7860
|
|
31 |
ENV NAME World
|
32 |
|
33 |
# Run app.py when the container launches
|
34 |
-
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
|
|
|
31 |
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"]
|