MarcSkovMadsen commited on
Commit
c59deb3
·
verified ·
1 Parent(s): 18a44a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
18
  COPY --chown=user config.yaml config.yaml
19
 
20
  # Run the update commands
21
- # RUN holoviz-mcp-update
22
 
23
  # Use the virtual environment's executables directly
24
  CMD ["holoviz-mcp-serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2"]
 
18
  COPY --chown=user config.yaml config.yaml
19
 
20
  # Run the update commands
21
+ RUN holoviz-mcp-update
22
 
23
  # Use the virtual environment's executables directly
24
  CMD ["holoviz-mcp-serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2"]