bot/docker-entrypoint.sh
2023-09-23 14:53:56 +09:00

3 lines
No EOL
71 B
Bash
Executable file

#!/bin/bash
dockerize -wait tcp://database:1502 -timeout 20s
yarn start