Download Container Image test
- A docker image already available for this code @ https://hub.docker.com/r/stv707/appx
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 )