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
Owner
  • 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.
- 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.
typist added 1 commit 2025-10-27 20:17:01 +08:00
- 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.
typist merged commit 185ce1fac1 into main 2025-10-27 20:17:05 +08:00
typist deleted branch chore/build-and-push-docker-image 2025-10-27 20:17:05 +08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: typist/litek#2
No description provided.