Files
kmtnflower/.devcontainer/Dockerfile
T
2026-06-19 17:37:19 +00:00

8 lines
155 B
Docker

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