1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

build: Ensure npm version compatibility, fix casing warnings (#975)

This commit is contained in:
Hannes 2024-12-18 11:18:32 +01:00 committed by GitHub
parent ad11189b99
commit 66cc9ba4be
3 changed files with 7 additions and 7 deletions

View file

@ -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 \
@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm install npm@latest --global \
RUN npm install npm --global \
&& npm install pnpm --global \
&& pnpm import \
&& pnpm install