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

Fixes #23
This commit is contained in:
2023-01-08 15:38:56 +01:00
parent 83f075e49d
commit 615d4e59c6
5 changed files with 8 additions and 4 deletions

View File

@ -44,7 +44,7 @@ shell:
poetry run python src/web/manage.py shell
collectstatic:
poetry run python src/web/manage.py collectstatic
poetry run python src/web/manage.py collectstatic -c --no-input
poetry.lock: pyproject.toml
poetry install