add detached script, change pip pkgs
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
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