# docker-paheko Paheko on Alpine Linux with Docker. With Alpine 3.1.16, PHP 8.1 and Nginx 1.22.0. Fork of https://github.com/HluthWigg/docker-paheko to adapt to latest paheko releases. Support paheko release 1.3.4 only. ## how to build ``` docker build -t paheko . docker tag paheko forge.lefuturiste.fr/mbess/paheko:1.3.4 docker push forge.lefuturiste.fr/mbess/paheko:1.3.4 ```