Arts-of-coding
commited on
Commit
•
b5f4499
1
Parent(s):
a672baa
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -67,7 +67,7 @@ COPY /data/ ./data/
|
|
67 |
#; exec $SHELL"
|
68 |
|
69 |
# How the docker app will run
|
70 |
-
CMD ["python3","
|
71 |
#CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "dash_plotly_QC_scRNA:app", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
|
72 |
#CMD ["uvicorn", "dash_plotly_QC_scRNA:app", "--host", "0.0.0.0", "--port", "5000"]
|
73 |
|
|
|
67 |
#; exec $SHELL"
|
68 |
|
69 |
# How the docker app will run
|
70 |
+
CMD ["python3","app.py"]
|
71 |
#CMD ["gunicorn","-w", "3", "-k", "uvicorn.workers.UvicornWorker", "dash_plotly_QC_scRNA:app", "-b", "0.0.0.0:5000"] #, "--host", "0.0.0.0", "--port", "5000"
|
72 |
#CMD ["uvicorn", "dash_plotly_QC_scRNA:app", "--host", "0.0.0.0", "--port", "5000"]
|
73 |
|