upend/build/upend-node/Dockerfile
Tomáš Mládek b9325fba20
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: rename build dockerfiles
2023-08-11 18:32:45 +02:00

3 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