Skip to content

Commit 61e0748

Browse files
Try something else
1 parent 28a0e6a commit 61e0748

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ WORKDIR /opt/autoupdate
55

66
COPY . .
77

8-
RUN corepack enable
8+
RUN npm install -g corepack \
9+
&& corepack enable
910

1011
RUN yarn install --frozen-lockfile && yarn run build
1112

0 commit comments

Comments
 (0)