This commit is contained in:
Daniel Fichtinger 2025-07-13 23:07:19 -04:00
commit 4dd46a6e44
3 changed files with 20 additions and 0 deletions

6
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"]