Muddler and Web Dockerfile for dev containers

This commit is contained in:
2024-10-07 22:37:23 -04:00
parent dc07a53b23
commit 64eb60ca44
3 changed files with 76 additions and 0 deletions

4
Alpine/Web/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache nodejs
RUN apk add --no-cache pnpm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community