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 \
|
||||
gunicorn \
|
||||
-w 4 \
|
||||
--chdir /app/src \
|
||||
--access-logfile - \
|
||||
--error-log - \
|
||||
--capture-output \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue