Files

7 lines
233 B
Bash
Raw Permalink Normal View History

2024-04-19 23:05:13 -07:00
#!/bin/sh
2024-04-20 12:28:22 -07:00
CURPATH="$(dirname `realpath "$0"`)/.."
2024-04-29 17:13:39 -07:00
#sudo docker build -t nijiholo_bot --no-cache "$CURPATH"
2024-04-20 12:28:22 -07:00
sudo docker build -t nijiholo_bot "$CURPATH"
sudo docker container create -v "$CURPATH/run:/app/run" --name bot nijiholo_bot