add detached script, change pip pkgs

This commit is contained in:
muskit
2024-01-26 22:16:41 +00:00
parent 0bc2228427
commit 9730f26cb6
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p run
docker build -t nijiholo_bot .
docker run -v ./run:/app/run --name bot -d nijiholo_bot