zavavan commited on
Commit
2eb782d
·
verified ·
1 Parent(s): 7b36272

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY . .
12
  EXPOSE 7860
13
 
14
 
15
- CMD ["python", "serve", "/code/dashboard.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2", "--num-threads", "0","--index", "dashboard"]
16
 
17
  RUN mkdir /.cache
18
  RUN chmod 777 /.cache
 
12
  EXPOSE 7860
13
 
14
 
15
+ CMD ["python", "dashboard.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2", "--num-threads", "0","--index", "dashboard"]
16
 
17
  RUN mkdir /.cache
18
  RUN chmod 777 /.cache