mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Switch back to official fake-gcs-server image
This commit is contained in:
parent
9dddf25209
commit
e2f3dd23c9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM gh2k/fake-gcs-server
|
||||
FROM fsouza/fake-gcs-server
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue