more logging

This commit is contained in:
mudler
2024-04-19 13:17:08 +02:00
parent e2aa3bedd7
commit 34f6d821b9
5 changed files with 49 additions and 19 deletions

View File

@@ -11,4 +11,7 @@ webui:
cd example/webui && $(GOCMD) run ./
webui-image:
docker build -t $(IMAGE_NAME) -f Dockerfile.webui .
docker build -t $(IMAGE_NAME) -f Dockerfile.webui .
webui-push:
docker push $(IMAGE_NAME)