I modified a fork of this project to run in docker on my own server. I believe this small addition would benefit the main project.
The changes are
An added Dockerfile which automates building an image that can be run in a container
Updates to the readme to document image generation and spinning up a container with the image, and where to add your site key for reCAPTCHA.
The feature simply copies the project into a node 20 docker image and should not require any maintenance independent of the rest of the codebase. Thank you for open sourcing this great little project! Let me know if any changes need to be made or if this is out of scope, this is my first pull request
I modified a fork of this project to run in docker on my own server. I believe this small addition would benefit the main project.
The changes are
The feature simply copies the project into a node 20 docker image and should not require any maintenance independent of the rest of the codebase. Thank you for open sourcing this great little project! Let me know if any changes need to be made or if this is out of scope, this is my first pull request