The source project of this merge request has been removed.
Add production-ready dockerfiles
This MR add production-ready Dockerfiles.
There are two separates images (a web server and a container running the PHP application). The images are built automatically using the CI and kaniko (to avoid Docker in Docker) as a rolling release image on the develop branch.
It should be easy to use this work to automatically build a release image each time a release is created.