breezy-apple-27122
03/01/2023, 1:46 PMpants run
a docker image target with restartable=True
, the created container doesn't get stopped if some source files changed. a build is triggered and a new container is created and run but the old one keeps running. Is that intended behaviour?curved-television-6568
03/01/2023, 1:52 PMrestartable
), so you may want to add -it --rm
to your docker run argsbreezy-apple-27122
03/01/2023, 1:54 PM[docker]
run_args = "--rm"
enough-analyst-54434
03/01/2023, 2:12 PMbreezy-apple-27122
03/01/2023, 2:30 PM