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