mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Merge pull request #1205 from bookwyrm-social/build-cache
Fix installing image dependencies
This commit is contained in:
commit
29044517a1
1 changed files with 1 additions and 1 deletions
2
bw-dev
2
bw-dev
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue