Skip to content

Commit a56a9d7

Browse files
committed
v3.28.1
1 parent 6822b1c commit a56a9d7

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
@@ -4,7 +4,7 @@ FROM node:18.20.8-bullseye as base
44
FROM base as builder
55
COPY . /etc/build
66
WORKDIR /etc/build
7-
RUN npm install -g yarn
7+
RUN corepack enable
88
RUN yarn install
99
RUN yarn run build
1010

0 commit comments

Comments
 (0)