mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Use latest version of gcs server for tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM fsouza/fake-gcs-server:1.18.4
|
||||
FROM fsouza/fake-gcs-server:latest
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user