3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/bash
|
||
|
dockerize -wait tcp://database:1502 -timeout 20s
|
||
|
yarn start
|