Switch to Django with visitor tracking and server info footnote
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
8
entrypoint.sh
Executable file
8
entrypoint.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
python manage.py migrate --noinput
|
||||
exec gunicorn kboris.wsgi:application \
|
||||
--bind 0.0.0.0:8080 \
|
||||
--workers 2 \
|
||||
--access-logfile - \
|
||||
--error-logfile -
|
||||
Reference in New Issue
Block a user