Skip to content

Commit

Permalink
Fix corepack integrity key check for public frontend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsim committed Feb 3, 2025
1 parent 002f3a0 commit 71caccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/public-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:20.16.0-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN npm i -g corepack@latest
RUN corepack enable

WORKDIR /app
Expand Down

0 comments on commit 71caccc

Please sign in to comment.