First prototype of Dockerfile

This commit is contained in:
Jef Roosens 2021-12-30 22:28:24 +01:00
parent 26b2745e9b
commit 63af040a38
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
8 changed files with 97 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/execlineb -S0
s6-svscanctl -t /var/run/s6/services

3
s6/services/gunicorn/run Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv sh
exec /usr/bin/gunicorn --chdir /usr/src/app app:app