We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5b21b commit e71bfd3Copy full SHA for e71bfd3
1 file changed
Dockerfile.dev
@@ -19,4 +19,4 @@ ENV ASPNETCORE_ENVIRONMENT=Development
19
20
ENV ASPNETCORE_HTTPS_PORT=""
21
22
-CMD [ "dotnet", "watch", "--no-launch-profile"]
+CMD ["dotnet", "watch", "--no-launch-profile", "--hot-reload", "--non-interactive"]
0 commit comments