upend/build/upend-node/Dockerfile

4 lines
125 B
Docker

FROM node:lts
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
RUN npm install -g pnpm