Add Dockerfile

This commit is contained in:
Cameron Redmore 2025-04-18 15:51:55 +01:00
commit eedb75b4ef

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
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