mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
a540754f6e
[misc] bulk replace localhost with 127.0.0.1 GitOrigin-RevId: d238f3635302e8ff5500d611108c4d1bef216726
4 lines
192 B
Text
4 lines
192 B
Text
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://127.0.0.1:9090
|