ngrok/docker-compose.test.yml

4 lines
145 B
YAML
Raw Normal View History

2020-07-29 18:37:52 +00:00
sut:
build: .
command: sh -c '(ngrok http 8080 &) && sleep 5 && curl --connect-timeout 5 --silent --show-error --fail http://localhost:4040'