Skip to content

Commit

Permalink
feat: Updated docker/images/n8n-custom/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 20, 2024
1 parent c898c90 commit 78f265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --update libc6-compat jq
RUN corepack enable && corepack prepare --activate
USER node

RUN pnpm install --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
RUN pnpm build
RUN rm -rf node_modules
RUN jq 'del(.pnpm.patchedDependencies)' package.json > package.json.tmp; mv package.json.tmp package.json
Expand Down

0 comments on commit 78f265f

Please sign in to comment.