updated 3 tier structure

This commit is contained in:
2026-06-18 04:31:37 +00:00
parent 13855bf620
commit 6fc00b8ce9
8 changed files with 307 additions and 357 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
FROM alpine:3.23.0
FROM ubuntu:latest
RUN apk update && apk add git npm python3 bash podman
RUN apt update -y && apt install -y git npm python3 bash podman podman-compose fuse-overlayfs
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14
ENV SHELL /bin/bash
# ENV SHELL /bin/bash