This commit is contained in:
Daniel Fichtinger 2025-07-13 23:45:36 -04:00
parent 8f8c1f7be6
commit 87bc863c6a
3 changed files with 33 additions and 2 deletions

6
latest/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM node:alpine
# Install extras
RUN apk add --no-cache bash curl git coreutils uv
SHELL ["/bin/bash", "-c"]