4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
#!/usr/bin/with-contenv sh
|
||
|
|
||
|
exec /usr/bin/gunicorn --chdir /usr/src/app app:app
|