Spaces:
Sleeping
Sleeping
Henamen21
commited on
Commit
·
d8b35b2
1
Parent(s):
d878c9e
editing CMD
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -9,5 +9,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
-
ENTRYPOINT ["python", "app.
|
13 |
-
|
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
+
ENTRYPOINT ["python", "app/app.py", "--host", "0.0.0.0", "--port", "7860"]
|
|