Skip to content

Commit 35e1c47

Browse files
committed
Dockerfile typo
1 parent b49fb1c commit 35e1c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ CMD ["sh", "-c", "gunicorn config.asgi:application \
1717
--workers $NUM_WORKERS \
1818
-k uvicorn.workers.UvicornWorker \
1919
--bind unix:$SOCKFILE \
20-
--log-llevel=debug \
20+
--log-level=debug \
2121
--log-file=/app/logs/gunicorn.log"]

0 commit comments

Comments
 (0)