add no-cache build toggle line

This commit is contained in:
muskit
2024-04-29 17:13:39 -07:00
parent 6b585ad96a
commit 8ba0394e9c
+1
View File
@@ -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