Merge pull request #1927 from bookwyrm-social/update-command

Refresh web and celery in update command
This commit is contained in:
Mouse Reeve
2022-02-09 09:25:15 -08:00
committed by GitHub

2
bw-dev
View File

@ -143,6 +143,8 @@ case "$CMD" in
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d
docker-compose restart web
docker-compose restart celery_worker
;;
populate_streams)
runweb python manage.py populate_streams "$@"