add detached script, change pip pkgs
This commit is contained in:
Executable
+5
@@ -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
|
||||
Reference in New Issue
Block a user