Spaces:
Sleeping
Sleeping
hoshoo21
commited on
Commit
·
8d34224
1
Parent(s):
8d9bad2
fixing docker file
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -11,5 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
-
|
15 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|
|
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app", "--log-level=debug", "--access-logfile=-", "--error-logfile=-"]
|
|