Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2022-03-17 10:36:43 -07:00
commit e2197b3e7d

2
bw-dev
View file

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