xianqiu commited on
Commit
901bc99
1 Parent(s): 8a8e845

add dockerfile

Browse files
Files changed (1) hide show
  1. Docker/Dockerfile → Dockerfile +2 -2
Docker/Dockerfile → Dockerfile RENAMED
@@ -7,6 +7,6 @@ WORKDIR /gpt4free
7
  RUN pip install --no-cache-dir -r requirements.txt
8
  RUN cp gui/streamlit_app.py .
9
 
10
- EXPOSE 8501
11
 
12
- CMD ["streamlit", "run", "streamlit_app.py"]
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
  RUN cp gui/streamlit_app.py .
9
 
10
+ EXPOSE 7860
11
 
12
+ CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "7860"]