Initial commit

This commit is contained in:
2026-08-24 09:34:59 -07:00
commit 2423b450fe
2 changed files with 101 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM swift:6.3.3
RUN apt-get update && apt-get install -y curl git ca-certificates
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y nodejs