mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
4 lines
100 B
Bash
4 lines
100 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker-compose-wait \
|
||
|
&& nice -n 20 php server.php -e=.env.docker --docker "$@"
|