1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
planka/Dockerfile.dev

8 lines
146 B
Text
Raw Normal View History

2025-06-16 21:32:54 +02:00
FROM node:22-alpine
RUN apk -U upgrade \
&& apk add bash build-base python3 xdg-utils --no-cache \
&& npm install npm --global
WORKDIR /app