Skip to content

fix: dotnet hello world - ui library, build context, JWT secret#26

Merged
krellekrelle merged 1 commit into
mainfrom
fix/dotnet-hello-world
May 27, 2026
Merged

fix: dotnet hello world - ui library, build context, JWT secret#26
krellekrelle merged 1 commit into
mainfrom
fix/dotnet-hello-world

Conversation

@krellekrelle

Copy link
Copy Markdown
Owner
  • Replace custom frontend with @platform/ui-library components (NavBar, Card, Button) — identical pattern to hello-world-app
  • Fix Dockerfile to use monorepo root as build context so ui-library source is accessible during the React build stage
  • Fix docker-compose build context to match (context: ., dockerfile: ...)
  • Fix hardcoded JWT_SECRET in docker-compose → use ${JWT_SECRET} env var
  • Add hello-world-dotnet-app to CI matrix with root build context
  • Add ui-library/** to dotnet path filter so UI changes trigger a rebuild

- Replace custom frontend with @platform/ui-library components (NavBar,
  Card, Button) — identical pattern to hello-world-app
- Fix Dockerfile to use monorepo root as build context so ui-library
  source is accessible during the React build stage
- Fix docker-compose build context to match (context: ., dockerfile: ...)
- Fix hardcoded JWT_SECRET in docker-compose → use ${JWT_SECRET} env var
- Add hello-world-dotnet-app to CI matrix with root build context
- Add ui-library/** to dotnet path filter so UI changes trigger a rebuild
@krellekrelle
krellekrelle merged commit 6ef72c2 into main May 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant