overleaf/services/track-changes/test/acceptance/deps/Dockerfile.s3mock

5 lines
192 B
Docker
Raw Normal View History

FROM adobe/s3mock:2.4.14
2020-08-10 12:23:17 -04:00
RUN apk add --update --no-cache curl
COPY healthcheck.sh /healthcheck.sh
HEALTHCHECK --interval=1s --timeout=1s --retries=30 CMD /healthcheck.sh http://localhost:9090