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

Update debian.Dockerfile

This commit is contained in:
NavyStack 2023-12-19 18:47:39 +09:00 committed by GitHub
parent 58a1db17aa
commit 0f36ecc66c
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