Closed fpindej closed 9 months ago
The app has to be hosted somewhere. Easiest naive approach is to:
dotnet publish -c Release
This is fine, but containerizing the application should enable more versatility and simplicity in the deployment process
Production
Development
launchsettings.json
Problem
The app has to be hosted somewhere. Easiest naive approach is to:
dotnet publish -c Release
+ more arguments to build the applicationThis is fine, but containerizing the application should enable more versatility and simplicity in the deployment process
Solution suggestion
Production
,Development
...)launchsettings.json
(or let me know if there's another better way)