WintrCat / freechess

WintrCat's Game Report ♟️
https://chess.wintrcat.uk
Other
608 stars 154 forks source link

Add Dockerfile to run game review in a Docker container #26

Closed bluedog8050 closed 8 months ago

bluedog8050 commented 8 months ago

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