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

View file

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