Skip to content

Add docker files to run the website locally

Davide Briani requested to merge (removed):feature/docker-local-env into master

When authors want to add their blog to the KDE feed, it is nice to have first a preview of the aggregated website that will be generated. However, until now, this required having a local system correctly setup to match this project's requirements. This merge requests adds Dockerfile and docker-compose.yml files to provide a basic but flawless way to build & run the website on any machine.

Merge request reports