9 Commits

Author SHA1 Message Date
Innei
1a546bd357 feat: add GIT_TOKEN and PG_CONNECTION_STRING to environment configuration
- Updated the .env.template to include GIT_TOKEN for remote repository authentication.
- Modified the Dockerfile to accept GIT_TOKEN and PG_CONNECTION_STRING as build arguments, enhancing the configuration for deployment.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:19:42 +08:00
Innei
66860e3eb6 chore: update .env.template and Dockerfile for S3 configuration
- Removed unused S3 configuration variables from .env.template to streamline environment setup.
- Added ARG directives for S3_ACCESS_KEY_ID and S3_SECRET_ACCESS_KEY in Dockerfile to facilitate secure access to S3 resources during build.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-23 02:21:47 +08:00
Yuri
87ae5f15a6 feat: update Dockerfile for improved build process and dependencies (#12) 2025-06-17 17:45:42 +08:00
Innei
8f28d75266 chore: change namespace
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-12 21:51:25 +08:00
Innei
08fa7fa337 chore: update dockerfile
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 19:23:33 +08:00
Innei
c496a78954 refactor(docker): clean up Dockerfile by removing unnecessary COPY commands and debug output
- Removed redundant COPY commands for config files.
- Eliminated debug output from the Dockerfile to streamline the build process.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 19:21:45 +08:00
Innei
8aedfb4bf5 fix(docker): ensure preinstall script runs before dependency installation
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 19:18:42 +08:00
Innei
0bf70fa6b6 fix(docker): remove duplicate dependency installation in Dockerfile
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 19:16:27 +08:00
Innei
3f19e6be51 feat(docker): add Dockerfile for Next.js app in pnpm monorepo
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-10 19:13:31 +08:00