1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 16:05:35 +02:00

Update debian.Dockerfile

This commit is contained in:
NavyStack 2023-12-19 17:58:58 +09:00 committed by GitHub
parent 3e9df59c55
commit 24a24841f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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