Arts-of-coding
commited on
Commit
•
a463c3d
1
Parent(s):
b339d7f
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -71,8 +71,8 @@ COPY /pages/ ./pages/
|
|
71 |
#; exec $SHELL"
|
72 |
|
73 |
# How the docker app will run
|
74 |
-
|
75 |
-
CMD ["gunicorn",
|
76 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]
|
77 |
|
78 |
#-w 3 -k uvicorn.workers.UvicornWorker
|
|
|
71 |
#; exec $SHELL"
|
72 |
|
73 |
# How the docker app will run
|
74 |
+
CMD ["python3","app.py"]
|
75 |
+
#CMD ["gunicorn", "app:app", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
|
76 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]
|
77 |
|
78 |
#-w 3 -k uvicorn.workers.UvicornWorker
|