diff --git a/projects/hello-world/container/Makefile b/projects/hello-world/container/Makefile index 256a0b4..f3ad5f9 100644 --- a/projects/hello-world/container/Makefile +++ b/projects/hello-world/container/Makefile @@ -11,6 +11,7 @@ update-tag: run: build docker run \ + --restart unless-stopped \ -p 3000:3000 $(TAG) # You may need to set up a docker builder, to do so run: