thanthamky commited on
Commit
f3f59d2
·
verified ·
1 Parent(s): 27bad51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY ./src/app.py .
15
  EXPOSE 8501
16
 
17
  # Command to run the Chainlit app
18
- CMD ["chainlit", "run", "app.py", "-h", "0.0.0.0", "-p", "8501"]
 
15
  EXPOSE 8501
16
 
17
  # Command to run the Chainlit app
18
+ CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "8501"]