Update Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s

This commit is contained in:
Cameron Redmore 2025-04-18 15:56:26 +01:00
parent aebe203fe6
commit ed24cc1f24

View file

@ -2,4 +2,4 @@ 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 yarn
RUN npm i -g pnpm