masoodafar-web
522d052745
Update deployment configurations and Dockerfile to use internal registry
2026-01-29 02:54:07 +03:30
masoud
3c528aba48
fix: Revert to aspnet runtime - FrontOffice is Blazor Server not WASM
...
Build and Deploy / build (push) Successful in 1m42s
- Project uses Microsoft.NET.Sdk.Web (Blazor Server)
- Not Microsoft.NET.Sdk.BlazorWebAssembly
- Needs aspnet runtime to run the .dll, not nginx for static files
- Changed back from nginx:alpine to aspnet:9.0
2025-12-07 23:35:09 +00:00
masoud
380b4788dd
fix: Remove default nginx files before copying Blazor WASM output
...
Build and Deploy / build (push) Successful in 1m51s
- nginx:alpine has default index.html that prevents Blazor from loading
- Added RUN rm -rf /usr/share/nginx/html/* before COPY
2025-12-07 23:30:17 +00:00
masoud
0395c74041
fix: Change FrontOffice Dockerfile to nginx runtime for Blazor WASM
...
Build and Deploy / build (push) Successful in 1m44s
- Changed from aspnet to nginx:alpine
- Copy wwwroot output instead of FrontOffice.dll
- Configure nginx SPA routing (try_files for client-side routing)
- Remove ENTRYPOINT dotnet command
- Fix project name references (FrontOffice.Main.csproj)
2025-12-07 22:48:28 +00:00
admin
baf984a942
Update src/FrontOffice.Main/Dockerfile
Build and Deploy / build (push) Failing after 14s
2025-12-07 22:34:16 +00:00
admin
2b07cc2270
Update src/FrontOffice.Main/Dockerfile
Build and Deploy / build (push) Failing after 14s
2025-12-07 22:29:24 +00:00
masoodafar-web
b51a4b51cc
refactor: migrate from nginx to aspnet runtime
Build and Deploy / build (push) Failing after 13s
2025-12-08 01:55:13 +03:30
masoud
08595e4f95
Revert: Back to nginx for Blazor WASM
2025-12-06 23:11:07 +00:00
masoud
abcc079fdd
Fix: Revert to aspnet runtime for Blazor Server with gRPC
2025-12-06 23:08:54 +00:00
masoud
de5c33196b
Fix: Use nginx for Blazor WASM instead of aspnet runtime
2025-12-06 21:24:28 +00:00
masoodafar-web
ebae8f3e16
Add Docker deployment configuration and update package references
2025-12-07 00:05:55 +03:30