feat: add Docker support with multi-stage build and CI/CD workflow #2

Merged
typist merged 1 commits from chore/build-and-push-docker-image into main 2025-10-27 20:17:05 +08:00

1 Commits

Author SHA1 Message Date
typist
c11bb6d637 feat: add Docker support with multi-stage build and CI/CD workflow
- Introduced Dockerfile for multi-stage application build and deployment using Nginx.
- Added .dockerignore to exclude unnecessary files from the Docker context.
- Created nginx.conf for server configuration, including Gzip compression and SPA routing.
- Implemented Gitea CI/CD workflow for building and pushing Docker images on version tags.
2025-10-27 20:16:22 +08:00