- Fork and clone the git repo
- cd into
docker-nginxand runmakemake # Or if you're on an ARM machine i.e. M1, do VERSION=arm64 PLATFORM=linux/arm64 make - Wait for the build to complete
- Once the build completes, start up the image as:
docker run -it -e SERVER_APP_NAME=hello -p 8080:8080 docker-nginx - Curl your endpoint
curl http://127.0.0.1:8080/