typist
1a2bdf5bd0
chore: update Dockerfile to install pnpm globally and modify Gitea CI/CD workflow to specify platform
Build and Push Docker Image / build (push) Successful in 4m58s
2025-10-27 22:15:05 +08:00
typist
82e10b72c7
chore: update Gitea CI/CD workflow to use local caching for Docker builds
Build and Push Docker Image / build (push) Failing after 3m35s
2025-10-27 22:06:20 +08:00
typist
1219deea89
chore: update Gitea CI/CD workflow to use secrets for Docker registry credentials
Build and Push Docker Image / build (push) Failing after 5m38s
2025-10-27 20:50:10 +08:00
typist
b5b9d94119
chore: update Gitea CI/CD workflow to use new variable syntax for Docker registry and metadata
Build and Push Docker Image / build (push) Failing after 4m3s
2025-10-27 20:33:06 +08:00
typist
d5959ca3c3
chore: update Gitea CI/CD workflow to conditionally enable 'latest' Docker image tag based on branch name
Build and Push Docker Image / build (push) Failing after 2m1s
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