Fix installing image dependencies

This commit is contained in:
Mouse Reeve 2021-06-29 06:45:10 -07:00
parent 8534e49f96
commit b0a8d6c9fb

2
bw-dev
View file

@ -70,7 +70,7 @@ case "$CMD" in
;; ;;
update) update)
git pull git pull
docker-compose build docker-compose build --no-cache
docker-compose exec web python manage.py migrate docker-compose exec web python manage.py migrate
docker-compose exec web python manage.py collectstatic --no-input docker-compose exec web python manage.py collectstatic --no-input
docker-compose restart docker-compose restart