mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0f1163e876
[misc] pin s3mock image to older version GitOrigin-RevId: b5548c080fc2142ccf1dd5601689e397f935a0c9
4 lines
192 B
Docker
4 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
|