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
+1 -1
View File
@@ -4,4 +4,4 @@ pytz
git+https://github.com/muskit/tweety.git git+https://github.com/muskit/tweety.git
tweepy tweepy
tweet-capture tweet-capture
opencv-python opencv-python-headless
+1 -1
View File
@@ -2,4 +2,4 @@
mkdir -p run mkdir -p run
docker build -t nijiholo_bot . docker build -t nijiholo_bot .
docker run -v ./run:/app/run -it nijiholo_bot docker run -v ./run:/app/run --name bot -it nijiholo_bot
+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