Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 780 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 780 Bytes

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