Skip to content

Commit 34f0d38

Browse files
committed
fix: copy package.json
1 parent 5b42759 commit 34f0d38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ FROM node:22-alpine
99
ARG NODE_ENV
1010

1111
EXPOSE 5000
12+
13+
COPY package.json yarn.lock /app/
14+
1215
WORKDIR /app/
1316

1417
# Install yarn ASAP because it's the slowest

0 commit comments

Comments
 (0)