3 Commits

Author SHA1 Message Date
Debian Dev4
1082b76513 align for IA 2025-09-24 10:17:23 +00:00
Debian Dev4
8ec4300b92 ci: docker_tag=ext - Fix CI build with multi-stage Dockerfile
All checks were successful
build-and-push-ext / build_push (push) Successful in 6m39s
- Add multi-stage Dockerfile with 'ext' stage for CI compatibility
- Fix start-runtime.js to use 'npm start' instead of 'node server.js'
- Ensure image can be built with target stage 'ext' as expected by CI
- Maintain runtime environment variable injection capability
2025-09-23 23:54:56 +00:00
Debian Dev4
f286d6864c ci: docker_tag=ext - Fix CI build with runtime environment variables
Some checks failed
build-and-push-ext / build_push (push) Failing after 6s
- Add Dockerfile.ci for generic builds without hardcoded environment variables
- Add start-runtime.js script to inject NEXT_PUBLIC_* variables at runtime
- Add .env.example with default values for development
- Remove dependency on build-time ARG variables for CI compatibility
- Image can now be deployed to any environment with different variables
2025-09-23 23:36:20 +00:00