Hi, is there anyway to launch the grpc server with...
# announcements
f
Hi, is there anyway to launch the grpc server with some sort of autoreload? I'm running it from a docker container with a mounted volume with my source code but I need to restart the container continually so it picks up the changes...
Well I guess I need to change my local development workflow to make it better and simpler...
m
The Dagit UI has a reload button - which presumably triggers a reload command to over grpc that you could attach to a file watcher
says, speculating wildly
s
@Fran Sanchez - I have to rebuild the containers then only latest code is being picked even if I have included mounting.. Can you please share docker files/yaml files/docker-compose.. it will be helpful. dont know what I am missing