update run.sh and run_detached.sh

This commit is contained in:
muskit
2024-01-27 00:06:46 -08:00
parent 5c70996067
commit 1c6d88ea64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
mkdir -p run
docker build -t nijiholo_bot .
docker run -v ./run:/app/run --name bot -it nijiholo_bot
docker run -v ./run:/app/run --name bot --rm -it nijiholo_bot