Files
kmtnflower/.devcontainer/Dockerfile
T
2026-06-18 08:29:03 +00:00

6 lines
135 B
Docker

FROM python:3.12-alpine
RUN apk update && apk add git nodejs npm
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14