Skip to content

Commit 7d983f7

Browse files
Fix copy error
1 parent eeaa9de commit 7d983f7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

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

66
COPY . .
77

8-
RUN npm install -g corepack && corepack enable
9-
108
RUN yarn install --frozen-lockfile && yarn run build
119

1210
FROM node:25-alpine AS runner

0 commit comments

Comments
 (0)