1
0
Fork 0

Updates bw-dev command and ticks version number

This commit is contained in:
Mouse Reeve 2022-03-16 12:53:05 -07:00
parent 820279166a
commit 78b03efe45
2 changed files with 2 additions and 1 deletions

1
bw-dev
View file

@ -163,6 +163,7 @@ case "$CMD" in
update)
git pull
docker-compose build
./update.sh
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d