Files
k-boris-website/entrypoint.sh
Boris 114fabdbdb
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Switch to Django with visitor tracking and server info footnote
2026-03-29 21:31:35 +03:00

9 lines
183 B
Bash
Executable File

#!/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 -