parpalak / i.upmath.me

Upmath LaTeX Renderer
https://i.upmath.me/
MIT License
54 stars 9 forks source link

feat: added github action for build and publish the docker image automatically #27

Closed Herbrant closed 9 months ago

Herbrant commented 10 months ago

I added a simple github action to the project to build and publish the docker image automatically. After a push to the main branch the action will create a new docker image and publish it to the github register. I hope it helps.

parpalak commented 9 months ago

Sorry for the long wait. I found time to deal with the docker and try to run the service in it. I've fixed one nginx config issue ("File not found."): https://github.com/parpalak/i.upmath.me/commit/13118290cd9b125ecaa3c64f1126f7be067aa0e5 Now everything works fine for me. Thanks for your contribution!