aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysfeat(docker): add Dockerfile and CI workflow for containerizationsaturneric1-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.