Hello World Sample App
Nothing much, except starting a web server at certain port.
How to run
docker build --no-cache -t hello-world .
docker run -it -e PORT=8085 -e INSTANCE_ID=some-text -p 8085:8085 novalagung/hello-world
Author
Noval Agung Prayogo