mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-14 17:05:03 +01:00
dockerized
This commit is contained in:
parent
7f24e86abf
commit
490c94ca50
2 changed files with 34 additions and 0 deletions
4
run.sh
Normal file
4
run.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
docker run -d -v "$(pwd)/config.toml:/app/config.toml" -v "$(pwd)/bot_token:/app/bot_token" \
|
||||
-e CONFIG_PATH=/app/config.toml -e BOT_TOKEN_PATH=/app/bot_token --name widertom widertom:1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue