docker build . -t affe:latest
docker run -p 8080:80 affe:latest
This example show how to make use of the lua-nginx-module to return static data
docker build . -t affe:latest
docker run -p 8080:80 affe:latest
This example show how to make use of the lua-nginx-module to return static data