Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
11 |
COPY --chown=user . /app
|
12 |
|
13 |
# Set gunicorn as entrypoint with default arguments
|
14 |
-
ENTRYPOINT ["
|
|
|
11 |
COPY --chown=user . /app
|
12 |
|
13 |
# Set gunicorn as entrypoint with default arguments
|
14 |
+
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|