From 4900169860b81e4cc46431f3c349b9de9c9c94db Mon Sep 17 00:00:00 2001 From: Dunemask Date: Mon, 23 Aug 2021 21:06:14 -0600 Subject: [PATCH] Removed autobuilding --- dist/predeploy-vanilla.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/predeploy-vanilla.sh b/dist/predeploy-vanilla.sh index a068c33..65b3c72 100755 --- a/dist/predeploy-vanilla.sh +++ b/dist/predeploy-vanilla.sh @@ -12,5 +12,3 @@ fi # Install node dependencies echo "Installing node depencencies!" npm i -echo "Building docker image" -docker-compose build