Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -14,4 +14,4 @@ exec uvicorn api.src.main:app \
|
|
| 14 |
--host "${NEUTTS_HOST:-0.0.0.0}" \
|
| 15 |
--port "${NEUTTS_PORT:-7860}" \
|
| 16 |
--workers 1 \
|
| 17 |
-
--log-level "
|
|
|
|
| 14 |
--host "${NEUTTS_HOST:-0.0.0.0}" \
|
| 15 |
--port "${NEUTTS_PORT:-7860}" \
|
| 16 |
--workers 1 \
|
| 17 |
+
--log-level "info"
|