We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5690df1 commit 9a68b38Copy full SHA for 9a68b38
frontend/Dockerfile
@@ -2,7 +2,7 @@ FROM node:24-alpine
2
3
WORKDIR /app
4
5
-COPY package*.json ./
+COPY package*.json yarn.lock ./
6
RUN yarn
7
8
COPY . .
0 commit comments