mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
4 lines
185 B
Text
4 lines
185 B
Text
FROM adobe/s3mock
|
|
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
|