rcwaterman commited on
Commit
5a6d148
1 Parent(s): 9022eac

enabling network

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . $HOME/app
15
  COPY ./requirements.txt ~/app/requirements.txt
16
  RUN pip install -r requirements.txt
17
  COPY . .
18
- CMD ["chainlit", "run", "app.py"]
 
15
  COPY ./requirements.txt ~/app/requirements.txt
16
  RUN pip install -r requirements.txt
17
  COPY . .
18
+ CMD ["chainlit", "run", "app.py", "--port", "7860"]