5 lines
147 B
Bash
Executable File
5 lines
147 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 |