whymath commited on
Commit
1f23212
·
1 Parent(s): 08f0208

Updating Docker port to 8000

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore CHANGED
@@ -1,4 +1,5 @@
1
  bkp/
 
2
 
3
  # Byte-compiled / optimized / DLL files
4
  __pycache__/
 
1
  bkp/
2
+ .chainlit/
3
 
4
  # Byte-compiled / optimized / DLL files
5
  __pycache__/
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["chainlit", "run", "app.py", "--port", "8000"]