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
b08c4a69f6
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
Replace gunicorn with granian More rust is more good
2024-10-01 20:46:10 +01:00
exec granian website.wsgi:application
Reference in a new issue
Copy permalink