Skip to content

Commit

Permalink
fix: COPY .yarn 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-byeong committed Nov 12, 2024
1 parent 050b1fd commit 90f119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.fe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
# 종속성 파일만 먼저 복사하여 캐시 활용
COPY package.json yarn.lock .yarnrc.yml ./
COPY tsconfig.json ./
COPY .yarn ./.yarn
# COPY .yarn ./.yarn
COPY packages ./packages

# 종속성 설치
Expand Down

0 comments on commit 90f119b

Please sign in to comment.