Commit Graph

6 Commits

Author SHA1 Message Date
typist
d5959ca3c3 chore: update Gitea CI/CD workflow to conditionally enable 'latest' Docker image tag based on branch name
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m1s
v0.0.1-snapshot-01
2025-10-27 20:20:59 +08:00
185ce1fac1 Merge pull request 'feat: add Docker support with multi-stage build and CI/CD workflow' (#2) from chore/build-and-push-docker-image into main
Reviewed-on: #2
2025-10-27 20:17:04 +08:00
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
a1e2239458 feat: import shadcn tailwindcss (#1)
Reviewed-on: #1
2025-10-27 20:04:14 +08:00
fbf4f5f98f feat: pnpm create vite 2025-10-25 15:08:55 +08:00
c936997af1 Initial commit 2025-10-25 14:48:35 +08:00