Files
NijiHolo_EN_ID_Bot/scripts/run_detached.sh
T

6 lines
147 B
Bash
Raw Normal View History

2024-04-19 23:05:13 -07:00
#!/bin/sh
CURPATH="$(dirname `realpath "$0"`)/.."
cd "$CURPATH"
mkdir -p run
sudo docker run -v "$CURPATH/run:/app/run" --name bot -d nijiholo_bot