First prototype of Dockerfile
This commit is contained in:
parent
26b2745e9b
commit
63af040a38
8 changed files with 97 additions and 1 deletions
3
s6/services/gunicorn/run
Normal file
3
s6/services/gunicorn/run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
exec /usr/bin/gunicorn --chdir /usr/src/app app:app
|
||||
Reference in a new issue