mirror of
https://github.com/plankanban/planka.git
synced 2026-08-30 17:06:43 +08:00
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user