Spaces:
Runtime error
Runtime error
Xuan2060320350
commited on
Commit
•
feb9098
1
Parent(s):
2aaa46f
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,5 +4,5 @@ RUN apt install git
|
|
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
|
8 |
-
CMD ["python", "-m","main","-H","0.0.0.0:
|
|
|
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"]
|