Skip to content

Commit cd0531c

Browse files
committed
[DOP-25355] Fix image
1 parent 27ea79e commit cd0531c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ FROM --platform=linux/amd64 node:23.10.0 AS build
66

77
WORKDIR /app
88

9-
COPY .yarnrc.yml .yarn package.json yarn.lock ./
9+
COPY .yarnrc.yml ./
10+
COPY .yarn/ ./.yarn/
11+
COPY package.json yarn.lock ./
1012
RUN yarn install --immutable
1113

1214
COPY . .

0 commit comments

Comments
 (0)