1
0
forked from baron/baron-sso

fix(frontend): resolve docker build pnpm workspace errors by using no-frozen-lockfile and ignoring pnpm-store

This commit is contained in:
2026-05-15 11:56:49 +09:00
parent 412695841b
commit 4f952df003
6 changed files with 5 additions and 890 deletions

View File

@@ -10,7 +10,7 @@ COPY common ./common
COPY orgfront ./orgfront
# Install dependencies for the workspace
RUN cd common && CI=true pnpm install
RUN cd common && pnpm install --no-frozen-lockfile --ignore-scripts
# 프로덕션 서빙을 위한 serve 패키지 글로벌 설치
RUN npm install -g serve