1
0
forked from baron/baron-sso

fix: Dockerfile에서 더 이상 존재하지 않는 루트 package.json 복사 시도 오류 수정

This commit is contained in:
2026-05-14 17:07:42 +09:00
parent 3f957d7a9f
commit 4ca562ce0e
3 changed files with 0 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ WORKDIR /workspace
RUN npm install -g pnpm
# Copy workspace configs and common package
COPY package.json ./
COPY common ./common
COPY devfront ./devfront