Skip to content

Commit 9a68b38

Browse files
committed
chore: update frontend dockerfile
1 parent 5690df1 commit 9a68b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

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

33
WORKDIR /app
44

5-
COPY package*.json ./
5+
COPY package*.json yarn.lock ./
66
RUN yarn
77

88
COPY . .

0 commit comments

Comments
 (0)