Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 287 Bytes

Build

docker build -t ice2heart/protectron:latest .
docker push ice2heart/protectron:latest

Install

docker run -d --restart unless-stopped -e API_TOKEN='TELEGRAM_BOT_TOKEN' -e DB_PATH='/data/db.json' -v $(pwd)/data:/data:rw --name protectron ice2heart/protectron