This website requires JavaScript.
Explore
Help
Sign in
repos
/
website
Watch
1
Fork
You've already forked website
0
Code
Issues
1
Pull requests
27
Activity
4134426823
website
/
etc
/
s6-rc.d
/
django
/
run
8 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Use s6 to run everything in a single container
2024-01-13 21:43:10 +00:00
#!/command/with-contenv bash
set -e
cd /app
Run everything as non-root
2024-01-14 12:59:31 +00:00
exec gunicorn -c etc/gunicorn.conf.py
Reference in a new issue
Copy permalink