juice-shop/juice-shop

View on GitHub
test/smoke/Dockerfile

Summary

Maintainability
Test Coverage
FROM alpine

RUN apk add curl

COPY smoke-test.sh smoke-test.sh

CMD ["sh", "smoke-test.sh", "http://app:3000"]