mattritchey commited on
Commit
975a94d
·
1 Parent(s): 71bd262

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["flask","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 ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "mattritchey-dash_docker.hf.space"]