Try to fix build by providing default env vars

This commit is contained in:
Grzegorz Leoniec 2019-01-12 14:48:03 +01:00
parent 096b3b7e9d
commit 08c947bacd
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -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 .. \