mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
8 lines
146 B
Docker
8 lines
146 B
Docker
FROM node:22-alpine
|
|
|
|
RUN apk -U upgrade \
|
|
&& apk add bash build-base python3 xdg-utils --no-cache \
|
|
&& npm install npm --global
|
|
|
|
WORKDIR /app
|