Spaces:
Runtime error
Runtime error
Commit
·
71bd262
1
Parent(s):
818f8d6
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 ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "mattritchey-dash_docker.hf.space"]
|
|
|
5 |
RUN pip install -r requirements.txt
|
6 |
COPY . /app/
|
7 |
EXPOSE 7680
|
8 |
+
CMD ["flask","python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "mattritchey-dash_docker.hf.space"]
|