forked from mirrors/bookwyrm
favicon clear background tweaks
plus collectstatic with --no-input
This commit is contained in:
parent
8d9474275e
commit
9b45c2d4d1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 48 KiB |
2
fr-dev
2
fr-dev
|
@ -45,7 +45,7 @@ case "$1" in
|
||||||
docker-compose exec web coverage report
|
docker-compose exec web coverage report
|
||||||
;;
|
;;
|
||||||
collectstatic)
|
collectstatic)
|
||||||
docker-compose exec web python manage.py collectstatic
|
docker-compose exec web python manage.py collectstatic --no-input
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unrecognised command. Try: up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"
|
echo "Unrecognised command. Try: up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"
|
||||||
|
|
Loading…
Reference in a new issue