xenocrat / chyrp-lite

An ultra-lightweight blogging engine, written in PHP.
https://chyrplite.net/
BSD 3-Clause "New" or "Revised" License
402 stars 42 forks source link

Create Dockerfile #239

Closed DiffuseHyperion closed 7 months ago

DiffuseHyperion commented 7 months ago

This creates the necessary files (Dockerfile, .dockerignore) to create a Docker image, including support for MySQL and PostgreSQL. I was able to create an image for amd64 and arm64 from my testing. The usage of the image should be roughly identical to a normal installation, including needing to visit https://localhost/install.php to start installation.

If needed, I created a github action here which can be copied over. I also created a tutorial at my repo here.

xenocrat commented 7 months ago

Very nice! Happy to merge it. Thank you.