Skip to content

Commit e71bfd3

Browse files
committed
Set up hot reload and non-interactive for development env
1 parent 7c5b21b commit e71bfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ ENV ASPNETCORE_ENVIRONMENT=Development
1919

2020
ENV ASPNETCORE_HTTPS_PORT=""
2121

22-
CMD [ "dotnet", "watch", "--no-launch-profile"]
22+
CMD ["dotnet", "watch", "--no-launch-profile", "--hot-reload", "--non-interactive"]

0 commit comments

Comments
 (0)