bot/docker-entrypoint.sh

3 lines
71 B
Bash
Raw Normal View History

2024-06-27 11:40:36 +00:00
#!/bin/bash
dockerize -wait tcp://database:1502 -timeout 20s
yarn start