Fixing Makefile for local built, fixing json conf for local k8s usage

This commit is contained in:
plm
2025-01-22 15:25:00 +01:00
parent f244d28433
commit 643fe4ba5d
2 changed files with 9 additions and 3 deletions

View File

@@ -5,8 +5,14 @@ all: clean docker publish-kind publish-registry
run:
flutter run
build:
flutter pub get
flutter build linux
flutter build web
clean:
rm -rf build/
flutter clean
docker:
DOCKER_BUILDKIT=1 docker build -t oc/oc-front:0.0.1 -f Dockerfile .