From 184a4630977e10c834c7fd37a45ec6b6da0893b6 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Mar 2022 10:25:03 -0700 Subject: [PATCH] Comments out build script step in update command --- bw-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bw-dev b/bw-dev index b610758fe..ed695934b 100755 --- a/bw-dev +++ b/bw-dev @@ -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