add no-cache build toggle line
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
CURPATH="$(dirname `realpath "$0"`)/.."
|
CURPATH="$(dirname `realpath "$0"`)/.."
|
||||||
|
#sudo docker build -t nijiholo_bot --no-cache "$CURPATH"
|
||||||
sudo docker build -t nijiholo_bot "$CURPATH"
|
sudo docker build -t nijiholo_bot "$CURPATH"
|
||||||
sudo docker container create -v "$CURPATH/run:/app/run" --name bot nijiholo_bot
|
sudo docker container create -v "$CURPATH/run:/app/run" --name bot nijiholo_bot
|
||||||
|
|||||||
Reference in New Issue
Block a user