Skip to content

Add production-ready dockerfiles

Romain de Laage requested to merge (removed):docker into develop

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.

Merge request reports