1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-24 03:04:10 +00:00

Merge pull request 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