initial commit - working devcontainer

This commit is contained in:
2026-06-09 22:43:41 +00:00
commit 3063d01ec5
4 changed files with 76 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM alpine:3.23.0
RUN apk update && apk add git npm python3 bash
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14
ENV SHELL /bin/bash