Added auto restart on the container, crude fix for #2

This commit is contained in:
Quentin Roussel
2024-09-30 21:45:38 +08:00
parent 2d9d003b79
commit 9470548449

View File

@@ -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
.PHONY: build debug run clean