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