emanalytics commited on
Commit
ec926d8
·
verified ·
1 Parent(s): 68f4304

Update dokerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY . .
13
 
14
  # Run app.py when the container launches
15
  # CMD ["bokeh", "serve", "--show", "dashboard/app.py", "address", ]
16
- CMD ["panel", "serve", "/code/dashboard/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "eman96-dashboard.hf.space"]
17
  RUN mkdir /.cache
18
  RUN chmod 777 /.cache
19
  RUN mkdir .chroma
 
13
 
14
  # Run app.py when the container launches
15
  # CMD ["bokeh", "serve", "--show", "dashboard/app.py", "address", ]
16
+ CMD ["panel", "serve", "/code/dashboard/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "emanalytics-dashboard.hf.space"]
17
  RUN mkdir /.cache
18
  RUN chmod 777 /.cache
19
  RUN mkdir .chroma