The devcert in the docker was not working so moved to updateContentCommand

This commit is contained in:
Warren Buckley
2022-11-15 10:14:29 +00:00
parent 35355ce828
commit 1d78a06509
2 changed files with 1 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
"updateContentCommand": "dotnet build umbraco.sln",
"updateContentCommand": "dotnet build umbraco.sln && dotnet dev-certs https --trust",
// [Optional] To reuse of your local HTTPS dev cert:
//