mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
7 lines
237 B
Bash
7 lines
237 B
Bash
#!/usr/bin/env sh
|
|
uv run manage.py migrate --settings=cbreader.settings.base
|
|
|
|
uv run manage.py collectstatic --settings=cbreader.settings.base --noinput --clear
|
|
|
|
uv run gunicorn --workers 3 --bind 0.0.0.0:8000 cbreader.wsgi:application
|