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