aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(docker): add Dockerfile and CI workflow for containerizationsaturneric7 days1-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.