mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
[misc] pin s3mock image to older version GitOrigin-RevId: b5548c080fc2142ccf1dd5601689e397f935a0c9
5 lines
192 B
Docker
5 lines
192 B
Docker
FROM adobe/s3mock:2.4.14
|
|
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
|