mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-05-20 09:14:07 +00:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker-compose stop
|
||
|
docker-compose up -d
|
||
|
docker logs -f $(docker-compose ps -q app) &> app.log &
|