build-image/Dockerfile
cameron ed24cc1f24
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s
Update Dockerfile
2025-04-18 15:56:26 +01:00

5 lines
No EOL
147 B
Docker

FROM node:22-alpine
# Add in Docker for building anything with docker
RUN apk add docker
# Install other package management tools
RUN npm i -g pnpm