We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544d3b commit 0b80c89Copy full SHA for 0b80c89
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ FROM container-registry.platta-net.hel.fi/devops-toolchain/nodejs-builder-base:1
6
# 1. Install dependencies
7
# Base already has /app as WORKDIR and default user active
8
COPY --chown=default:root package.json yarn.lock ./
9
-RUN yarn --frozen-lockfile --network-concurrency 1 && yarn cache clean --force
+RUN yarn --frozen-lockfile --ignore-engines --network-concurrency 1 && yarn cache clean --force
10
11
# 2. Copy source and build
12
COPY --chown=default:root . .
0 commit comments