Skip to content

Commit 0ad378b

Browse files
Ensure corepack is enabled
1 parent 7d983f7 commit 0ad378b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ WORKDIR /opt/autoupdate
55

66
COPY . .
77

8+
RUN corepack enable
9+
810
RUN yarn install --frozen-lockfile && yarn run build
911

1012
FROM node:25-alpine AS runner

0 commit comments

Comments
 (0)