mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
build: Ensure npm version compatibility, fix casing warnings (#975)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine as server-dependencies
|
||||
FROM node:18-alpine AS server-dependencies
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add build-base python3 \
|
||||
@@ -6,7 +6,7 @@ RUN apk -U upgrade \
|
||||
|
||||
WORKDIR /app/client
|
||||
COPY package.json package-lock.json /app/client/
|
||||
RUN npm install npm@latest --global \
|
||||
RUN npm install npm --global \
|
||||
&& npm install pnpm --global \
|
||||
&& pnpm import \
|
||||
&& pnpm install
|
||||
|
||||
Reference in New Issue
Block a user