Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
7 days | feat(docker): add Dockerfile and CI workflow for containerization | saturneric | 1 | -0/+12 | |
* Introduced a `Dockerfile` for building and running the application in a container. * Added a CI workflow in `.gitea/workflows/ci.yaml` to automate testing and image pushing on main branch pushes. * Configured Nginx for serving the application with health checks and caching strategies. |