1 parent 6822b1c commit a56a9d7Copy full SHA for a56a9d7
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM node:18.20.8-bullseye as base
4
FROM base as builder
5
COPY . /etc/build
6
WORKDIR /etc/build
7
-RUN npm install -g yarn
+RUN corepack enable
8
RUN yarn install
9
RUN yarn run build
10
0 commit comments