Merge pull request #1205 from bookwyrm-social/build-cache

Fix installing image dependencies
This commit is contained in:
Mouse Reeve 2021-06-29 10:26:46 -07:00 committed by GitHub
commit 29044517a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
bw-dev
View file

@ -70,7 +70,7 @@ case "$CMD" in
;;
update)
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 collectstatic --no-input
docker-compose restart