From 30fd7c7f4e980836f5967be28b51fee4a7368fb3 Mon Sep 17 00:00:00 2001 From: emil-lengman Date: Wed, 12 Aug 2020 18:25:01 +0200 Subject: [PATCH] make it so the docker-compose version of the redis name is default --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc93d97..808a6e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY --chown=node:node . . RUN yarn build -STOPSIGNAL SIGNINT +STOPSIGNAL SIGINT EXPOSE 3001 HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \ CMD [ "curl", "-f", "${REACT_APP_API_PROTOCOL}://localhost:${REACT_APP_API_PORT}", "||", "exit", "1" ]