tinaok commited on
Commit
ed37da0
·
verified ·
1 Parent(s): 3767fdc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN mkdir data \
25
  && rm data_test.tar \
26
  && ls data/
27
 
28
- CMD ["panel", "serve", "/code/xsadcp/xsadcp/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]
29
 
30
  RUN mkdir /.cache
31
  RUN chmod 777 /.cache
 
25
  && rm data_test.tar \
26
  && ls data/
27
 
28
+ CMD ["panel", "serve", "/code/xsadcp/xsadcp/app.py", "--warm", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]
29
 
30
  RUN mkdir /.cache
31
  RUN chmod 777 /.cache