Spaces:
Runtime error
Runtime error
Commit ·
975a94d
1
Parent(s): 71bd262
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,4 +5,4 @@ COPY requirements.txt /app/requirements.txt
|
|
| 5 |
RUN pip install -r requirements.txt
|
| 6 |
COPY . /app/
|
| 7 |
EXPOSE 7680
|
| 8 |
-
CMD ["
|
|
|
|
| 5 |
RUN pip install -r requirements.txt
|
| 6 |
COPY . /app/
|
| 7 |
EXPOSE 7680
|
| 8 |
+
CMD ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "mattritchey-dash_docker.hf.space"]
|