docker-paheko/README.md

18 lines
386 B
Markdown
Raw Permalink Normal View History

2023-02-18 21:06:49 +00:00
# docker-paheko
2023-02-18 21:03:59 +00:00
2023-02-18 21:06:49 +00:00
Paheko on Alpine Linux with Docker. With Alpine 3.1.16, PHP 8.1 and Nginx 1.22.0.
2023-02-18 21:03:59 +00:00
2023-12-21 20:52:41 +00:00
Fork of https://github.com/HluthWigg/docker-paheko to adapt to latest paheko releases.
2023-02-18 21:03:59 +00:00
2023-12-21 20:52:41 +00:00
Support paheko release 1.3.4 only.
2023-02-18 21:03:59 +00:00
2023-12-21 20:52:41 +00:00
## how to build
2023-02-18 21:03:59 +00:00
```
2023-12-21 20:52:41 +00:00
docker build -t paheko .
2023-02-18 21:03:59 +00:00
2023-12-21 20:52:41 +00:00
docker tag paheko forge.lefuturiste.fr/mbess/paheko:1.3.4
2023-02-18 21:03:59 +00:00
2023-12-21 20:52:41 +00:00
docker push forge.lefuturiste.fr/mbess/paheko:1.3.4
2023-02-18 21:03:59 +00:00
```