mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-06-03 16:14:09 +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 &
|