camparchimedes commited on
Commit
4a28612
ยท
verified ยท
1 Parent(s): 28418e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN mkdir -p $CHAINLIT_HOME $XDG_CACHE_HOME
16
  # --using shell to delete outdated config.py
17
  #CMD rm -f /home/user/.local/lib/python3.10/site-packages/chainlit/config.py && \
18
  #chainlit run app.py -h 0.0.0.0 -p 7860
19
- CMD ["chainlit", "run", "app.py", "-h", "0.0.0.0", "-p", "7860"]
 
16
  # --using shell to delete outdated config.py
17
  #CMD rm -f /home/user/.local/lib/python3.10/site-packages/chainlit/config.py && \
18
  #chainlit run app.py -h 0.0.0.0 -p 7860
19
+ CMD ["chainlit", "run", "app.py", "--port", "7860"] # Usage: chainlit run [OPTIONS] TARGET