Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
b821f4a
1
Parent(s):
1f504f6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -67,4 +67,4 @@ COPY /data/ ./data/
|
|
67 |
#; exec $SHELL"
|
68 |
|
69 |
# How the docker app will run
|
70 |
-
CMD ["
|
|
|
67 |
#; exec $SHELL"
|
68 |
|
69 |
# How the docker app will run
|
70 |
+
CMD ["gunicorn", "main:dashboard1", "-b", "0.0.0.0:5000"]
|