rsignell commited on
Commit
5514e91
1 Parent(s): a102d6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN mkdir -p /examples && cp /bokeh/*.ipynb /examples/ && rm -rf /bokeh
17
  CMD panel serve \
18
  --allow-websocket-origin="*" \
19
  --port="7860" \
20
- --address="0.0.0.0"
21
  /examples/HRRR-Explorer.ipynb \
22
  /examples/WaveWatch3-Explorer.ipynb \
23
  /examples/COAWST-Explorer.ipynb \
 
17
  CMD panel serve \
18
  --allow-websocket-origin="*" \
19
  --port="7860" \
20
+ --address="0.0.0.0" \
21
  /examples/HRRR-Explorer.ipynb \
22
  /examples/WaveWatch3-Explorer.ipynb \
23
  /examples/COAWST-Explorer.ipynb \