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

9 lines
156 B
Text
Raw Permalink Normal View History

FROM node:18-alpine
RUN apk -U upgrade \
&& apk add bash build-base python3 xdg-utils --no-cache \
&& npm install npm --global
USER node
WORKDIR /app