mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update corepack
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# build stage
|
||||
FROM node:lts-alpine AS build-stage
|
||||
RUN npm install -g corepack@latest
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user