Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 0bdae30

Browse files
committed
fix :: 에러 수정
1 parent 76c3591 commit 0bdae30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:23-alpine
22

33
WORKDIR /var/app
44

5-
COPY package.json package-lock.json ./
5+
COPY package.json ./
66

77
RUN npm install --omit=dev --prefer-offline
88

0 commit comments

Comments
 (0)