ngrok/docker-compose.test.yml

4 lines
145 B
YAML

sut:
build: .
command: sh -c '(ngrok http 8080 &) && sleep 5 && curl --connect-timeout 5 --silent --show-error --fail http://localhost:4040'