Docker: Provide working directory for gunicorn
This commit is contained in:
parent
bd035fe689
commit
07e45924d1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ echo "Starting Gunicorn"
|
||||||
exec \
|
exec \
|
||||||
gunicorn \
|
gunicorn \
|
||||||
-w 4 \
|
-w 4 \
|
||||||
|
--chdir /app/src \
|
||||||
--access-logfile - \
|
--access-logfile - \
|
||||||
--error-log - \
|
--error-log - \
|
||||||
--capture-output \
|
--capture-output \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue