From 8ba0394e9cf2873e509d3c215ca9e3bf74484e56 Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:13:39 -0700 Subject: [PATCH] add no-cache build toggle line --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 22020e6..4d64a04 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,6 @@ #!/bin/sh CURPATH="$(dirname `realpath "$0"`)/.." +#sudo docker build -t nijiholo_bot --no-cache "$CURPATH" sudo docker build -t nijiholo_bot "$CURPATH" sudo docker container create -v "$CURPATH/run:/app/run" --name bot nijiholo_bot