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