Spaces:
Sleeping
Sleeping
thejagstudio
commited on
Commit
•
90ff71a
1
Parent(s):
0bd6e09
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt ./
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
COPY . .
|
6 |
EXPOSE 7860
|
7 |
-
CMD ["python","./
|
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
COPY . .
|
6 |
EXPOSE 7860
|
7 |
+
CMD ["python","./app.py","runserver","0.0.0.0:7860"]
|