Start caddy in the background

This commit is contained in:
2023-01-07 21:59:17 +01:00
parent 25a58c2732
commit 1ccfdc321a
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ echo "Collect static files"
poetry run python src/web/manage.py collectstatic
echo "Starting server"
caddy run
caddy start
cd src/web || exit
poetry run python -m gunicorn --bind 0.0.0.0:8001 web.asgi:application -k uvicorn.workers.UvicornWorker