Update debian.Dockerfile

pull/566/head
NavyStack 2 years ago committed by GitHub
parent 58a1db17aa
commit 0f36ecc66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,8 @@ ARG NODE_V=18-bookworm
FROM node:${NODE_V} as builder
RUN apt-get update && \
apt-get install -y tini && \
npm install pnpm --global
npm install pnpm --global && \
pnpm config set store-dir /root/.pnpm-store
#FROM builder as server-dependencies
WORKDIR /planka/server

Loading…
Cancel
Save