docker-ngrok/docker-compose.test.yml
hhftechnologies 45b0fbaadc update
2024-10-02 14:03:07 +05:30

3 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'