Add Dockerfile
This commit is contained in:
commit
eedb75b4ef
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue