Xuan2060320350 commited on
Commit
0a5b78e
·
1 Parent(s): feb9098

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,4 +5,4 @@ RUN git clone https://github.com/viopsa233/ChatSydney-react-zh-Hans-CN.git
5
  WORKDIR "ChatSydney-react-zh-Hans-CN"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 7860
8
- CMD ["python", "-m","main","-H","0.0.0.0:7860"]
 
5
  WORKDIR "ChatSydney-react-zh-Hans-CN"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 7860
8
+ CMD ["python", "main.py", "--host", "0.0.0.0:7860"]