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