mirror of
https://github.com/Noratrieb/killua-bot.git
synced 2026-01-14 15:15:01 +01:00
recover from missing tty
This commit is contained in:
parent
f0c8af29a3
commit
789064d2d5
4 changed files with 44 additions and 29 deletions
5
run.sh
Normal file
5
run.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
docker run -e "BOT_TOKEN=LOL" -e "KILLUA_JSON_PATH=/app/trivia_questions.json" \
|
||||
-v "$(pwd)/trivia_questions.json:/app/trivia_questions.json" \
|
||||
--name killua-bot killua-bot:1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue