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