From 08c947bacd4f1013e9069a933fe90835cc2cd92d Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 14:48:03 +0100 Subject: [PATCH] Try to fix build by providing default env vars --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8f7df318b..7a8c6583c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apk --no-cache add git COPY . . FROM base as build-and-test +RUN cp .env.template .env RUN yarn install --production=false --frozen-lockfile --non-interactive RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \ && cd .. \