Comments out build script step in update command

This commit is contained in:
Mouse Reeve 2022-03-17 10:25:03 -07:00
parent ee78cc7393
commit 184a463097

2
bw-dev
View file

@ -163,7 +163,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