Add local k8s service target configuration + fix clean 'all' target in Makefile

This commit is contained in:
plm
2025-01-09 15:22:10 +01:00
parent 047591d031
commit 451c8aceec
4 changed files with 34 additions and 22 deletions

View File

@@ -1,13 +1,12 @@
.DEFAULT_GOAL := all
all:
clean docker publish-kind publish-registry
all: clean docker publish-kind publish-registry
run:
flutter run
clean:
rm -rf build
rm -rf build/
docker:
DOCKER_BUILDKIT=1 docker build -t oc/oc-front:0.0.1 -f Dockerfile .