Dockerfile to build an apache2-lua image
If you need information about how to create lua-pages go to this link.
Based on alpine:3.12 with the following packages:
- Apache2
- Lua 5.3
docker|podman build --tag <tag:version> .docker|podman run --name <container-name> -v <pages-path>:/var/www/localhost/htdocs -p <port>:80 -dit <tag:version>Based on alpine:3.12 with the following packages:
- Apache2
- Build-base
- Git
- Lua 5.3
- Lua 5.3 (dev)
- Luarocks
- Openssl
- Gcc
- Bash
docker|podman build --tag <tag:version> .docker|podman run --name <container-name> -v <pages-path>:/var/www/localhost/htdocs -p <port>:80 -dit <tag:version>