Skip to content

stv707/app-x

Repository files navigation

Simple Website with NodeJS, Express & EJS view engine

For Azure Kubernetes Services and Azure Container Instances (AKS / ACI )

How to use this?

Download Container Image test

Build your own Image

  • docker
git clone <this repo>

cd <repo>

docker build . -t <tag_name>
  • podman
git clone <this repo>

cd <repo>

podman build . -t <tag_name>

you can modify the DockerFile to suit your build

app main program is in bin/www ( eg: changing port )

Progressing

democonaz4002024