Skip to content

Commit 2120a82

Browse files
committed
feat: 도커파일 yarn.lock 파일 주소 수정
1 parent 55262d9 commit 2120a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yarn build
1010
FROM node:22-alpine
1111
WORKDIR /app
1212
COPY --from=builder /app/.next ./.next
13-
COPY --from=builder /app/package.json yarn.lock ./
13+
COPY --from=builder /app/package.json /app/yarn.lock ./
1414
RUN yarn install --production
1515

1616
EXPOSE 3000

0 commit comments

Comments
 (0)