Add status of octoprint container

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-09-10 10:01:30 +02:00
parent d760317de2
commit 782e673686
4 changed files with 108 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ service:
.PHONY: clean
clean:
go clean
rm -rf bin
rm -rf build
-rm $(PROJECT_NAME).tar.gz
.PHONY: install