Fix collectstaticfiles causing error
All checks were successful
continuous-integration/drone/push Build is passing

Fixes #23
This commit is contained in:
2023-01-08 15:43:15 +01:00
parent e5a9b9aa50
commit 8e1c670ffd
5 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,7 @@ echo "Apply database migrations"
poetry run python src/web/manage.py migrate
echo "Collect static files"
poetry run python src/web/manage.py collectstatic
poetry run python src/web/manage.py collectstatic --clear --no-input
echo "Starting server"
caddy start