overleaf/services/filestore/test/acceptance/deps/Dockerfile.fake-gcs
2020-06-03 10:52:10 +01:00

5 lines
239 B
Docker

FROM fsouza/fake-gcs-server:1.18.4
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
CMD ["--port=9090", "--scheme=http"]