bot/docker-entrypoint.sh

3 lines
71 B
Bash
Raw Permalink Normal View History

2023-09-23 05:53:56 +00:00
#!/bin/bash
dockerize -wait tcp://database:1502 -timeout 20s
2024-10-09 02:42:50 +00:00
pnpm start