forked from baron/baron-sso
fix: Dockerfile에서 더 이상 존재하지 않는 루트 package.json 복사 시도 오류 수정
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user