Spaces:
Runtime error
Runtime error
Xuan2060320350
commited on
Commit
·
0a5b78e
1
Parent(s):
feb9098
Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|