We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaa9de commit 7d983f7Copy full SHA for 7d983f7
1 file changed
Dockerfile
@@ -5,8 +5,6 @@ WORKDIR /opt/autoupdate
5
6
COPY . .
7
8
-RUN npm install -g corepack && corepack enable
9
-
10
RUN yarn install --frozen-lockfile && yarn run build
11
12
FROM node:25-alpine AS runner
0 commit comments