Skip to content

Commit 0b80c89

Browse files
committed
ignore engine
1 parent 6544d3b commit 0b80c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM container-registry.platta-net.hel.fi/devops-toolchain/nodejs-builder-base:1
66
# 1. Install dependencies
77
# Base already has /app as WORKDIR and default user active
88
COPY --chown=default:root package.json yarn.lock ./
9-
RUN yarn --frozen-lockfile --network-concurrency 1 && yarn cache clean --force
9+
RUN yarn --frozen-lockfile --ignore-engines --network-concurrency 1 && yarn cache clean --force
1010

1111
# 2. Copy source and build
1212
COPY --chown=default:root . .

0 commit comments

Comments
 (0)