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