From 83bcb528873d49c907c995b1cc61ac0ca188d384 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 17 Jun 2024 03:39:51 +0300 Subject: [PATCH] Update 'projects/hello-world/container/Makefile' --- projects/hello-world/container/Makefile | 1 + 1 file changed, 1 insertion(+) 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: