Spaces:
Runtime error
Runtime error
Xuan2060320350
commited on
Commit
·
2aaa46f
1
Parent(s):
581d614
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 65432
|
8 |
-
CMD ["python", "main
|
|
|
5 |
WORKDIR "ChatSydney-react-zh-Hans-CN"
|
6 |
RUN pip install -r requirements.txt
|
7 |
EXPOSE 65432
|
8 |
+
CMD ["python", "-m","main","-H","0.0.0.0:65432"]
|