Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,4 +61,4 @@ COPY --chown=${USER_NAME} ./requirements.txt requirements.txt
|
|
61 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
62 |
|
63 |
COPY --chown=${USER_NAME} . /app
|
64 |
-
CMD ["
|
|
|
61 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
62 |
|
63 |
COPY --chown=${USER_NAME} . /app
|
64 |
+
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|