mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
5 lines
185 B
Docker
5 lines
185 B
Docker
|
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
|