Merge branch 'master' into feat/macos-support

This commit is contained in:
AndrewNLauder
2026-02-28 06:37:20 -08:00
committed by GitHub
3 changed files with 22 additions and 11 deletions

View File

@@ -807,6 +807,8 @@ main() {
upsert_env_value "$REPO_ROOT/.env" "CORS_ORIGINS" "http://$public_host:$frontend_port"
if [[ "$deployment_mode" == "docker" ]]; then
ensure_file_from_example "$REPO_ROOT/backend/.env" "$REPO_ROOT/backend/.env.example"
upsert_env_value "$REPO_ROOT/.env" "DB_AUTO_MIGRATE" "true"
info "Starting production-like Docker stack..."
@@ -895,4 +897,4 @@ Stop local background services:
SUMMARY
}
main "$@"
main "$@"