7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
CURPATH="$(dirname `realpath "$0"`)/.."
|
|
cd "$CURPATH"
|
|
mkdir -p run
|
|
#sudo docker run -v "$CURPATH/run:/app/run" --name bot -it nijiholo_bot
|
|
sudo docker container start -a -i bot
|