Merge pull request #2038 from bookwyrm-social/build-script

Comments out build script step in update command
This commit is contained in:
Mouse Reeve 2022-03-17 10:36:23 -07:00 committed by GitHub
commit 576d0ee189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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