additional files

This commit is contained in:
2026-06-19 17:37:19 +00:00
parent 266c2451f1
commit 2d2b2d040b
25 changed files with 709 additions and 239 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
FROM python:3.12-alpine
RUN apk update && apk add git nodejs npm
RUN apk update && apk add git nodejs npm bash
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14
RUN npm install -g @angular/cli@21.2.14
RUN /bin/bash