overleaf/services/filestore/test/acceptance/deps/Dockerfile.fake-gcs

6 lines
237 B
Docker
Raw Normal View History

2020-09-17 06:41:42 -04:00
FROM fsouza/fake-gcs-server:1.20
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
2020-03-04 12:01:20 -05:00
CMD ["--port=9090", "--scheme=http"]