2 Commits

Author SHA1 Message Date
Innei
dbc389d630 chore(dockerignore): update .dockerignore to exclude environment files and adjust paths for SSR assets
- Removed environment files from the ignore list.
- Updated paths to include SSR-specific index files.
- Cleaned up unnecessary entries for better clarity.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-11 00:08:09 +08:00
Innei
7f0eb717c1 feat(docker): add Dockerfile and .dockerignore for Next.js app deployment
- Introduced a Dockerfile to facilitate building and running the Next.js application in a pnpm monorepo.
- Added a .dockerignore file to exclude unnecessary files and directories from the Docker context.
- Configured multi-stage builds for optimized image size and performance.
- Set up environment variables and user permissions for production readiness.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 18:59:14 +08:00