upend/build/upend-node/Dockerfile

4 lines
125 B
Docker
Raw Normal View History

2023-07-11 21:07:50 +02:00
FROM node:lts
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
2023-07-16 19:01:35 +02:00
RUN npm install -g pnpm