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:
parent
58a1db17aa
commit
0f36ecc66c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue