try with manuall installed node-gyp

This commit is contained in:
einhorn_b 2023-10-06 08:07:13 +02:00
parent c9ebb0ff3d
commit 95dfd5b8a2

View File

@ -63,7 +63,7 @@ FROM base as build
# Copy everything
COPY . .
# npm install
RUN yarn install --production=false --frozen-lockfile --non-interactive
RUN yarn global add node-gyp && yarn install --production=false --frozen-lockfile --non-interactive
# npm build
RUN yarn run build