Yarn --ignore-engines, v12.x.x will become LTS

This commit is contained in:
Robert Schäfer 2019-05-31 19:32:36 +02:00
parent 038e216748
commit 1773d136e9

View File

@ -18,7 +18,7 @@ COPY . .
FROM base as build-and-test
RUN cp .env.template .env
RUN yarn install --production=false --frozen-lockfile --non-interactive
RUN yarn install --ignore-engines --production=false --frozen-lockfile --non-interactive
RUN yarn run build
FROM base as production