@@ -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 .
The note is not visible to the blocked user.