From 1773d136e9f5e04da0201b3c47f02bcfbd43d158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 31 May 2019 19:32:36 +0200 Subject: [PATCH] Yarn `--ignore-engines`, v12.x.x will become LTS --- webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 3c44167af..fc3b17779 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -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