Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
467e7b4
1
Parent(s):
5743853
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 ["uvicorn", "main:
|
|
|
67 |
#; exec $SHELL"
|
68 |
|
69 |
# How the docker app will run
|
70 |
+
CMD ["uvicorn", "main:dashboard1", "--host", "0.0.0.0", "--port", "5000"]
|