diff --git a/Makefile b/Makefile index 4e57ff5..2455547 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ run: clean build -d \ --mount type=bind,source=$(OUTPUT_DIR),target=/home/node/app/out \ --name $(APP_NAME) \ + --restart unless-stopped \ $(APP_NAME) -.PHONY: build debug run clean \ No newline at end of file +.PHONY: build debug run clean