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 ["python", "app.py"
|
|
|
11 |
COPY --chown=user . /app
|
12 |
|
13 |
# Set gunicorn as entrypoint with default arguments
|
14 |
+
ENTRYPOINT ["python", "app.py"]
|