Fixing Makefile for local built, fixing json conf for local k8s usage
This commit is contained in:
parent
f244d28433
commit
643fe4ba5d
6
Makefile
6
Makefile
@ -5,8 +5,14 @@ all: clean docker publish-kind publish-registry
|
|||||||
run:
|
run:
|
||||||
flutter run
|
flutter run
|
||||||
|
|
||||||
|
build:
|
||||||
|
flutter pub get
|
||||||
|
flutter build linux
|
||||||
|
flutter build web
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build/
|
rm -rf build/
|
||||||
|
flutter clean
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
DOCKER_BUILDKIT=1 docker build -t oc/oc-front:0.0.1 -f Dockerfile .
|
DOCKER_BUILDKIT=1 docker build -t oc/oc-front:0.0.1 -f Dockerfile .
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"WORKSPACE_HOST": "http://beta.opencloud.com/workspace/oc",
|
"WORKSPACE_HOST": "http://beta.opencloud.com/workspace/oc",
|
||||||
"WORKFLOW_HOST": "http://beta.opencloud.com/workflow/oc",
|
"WORKFLOW_HOST": "http://beta.opencloud.com/workflow/oc",
|
||||||
"ITEM_HOST": "http://beta.opencloud.com/item/oc",
|
"ITEM_HOST": "http://beta.opencloud.com/catalog/oc",
|
||||||
"SCHEDULER_HOST": "http://beta.opencloud.com/workspace/scheduler/oc",
|
"SCHEDULER_HOST": "http://beta.opencloud.com/scheduler/oc",
|
||||||
"LOGS_HOST": "http://localhost:3100",
|
"LOGS_HOST": "http://localhost:3100",
|
||||||
"PEER_HOST": "http://beta.opencloud.com/peers/oc",
|
"PEER_HOST": "http://beta.opencloud.com/peers/oc",
|
||||||
"DATACENTER_HOST": "http://beta.opencloud.com/datacenter/oc",
|
"DATACENTER_HOST": "http://beta.opencloud.com/datacenter/oc",
|
||||||
"COLLABORATIVE_AREA_HOST": "http://beta.opencloud.com/shared/oc",
|
"COLLABORATIVE_AREA_HOST": "http://beta.opencloud.com/shared/oc",
|
||||||
"HOST": "http://beta.opencloud.com/oc",
|
"HOST": "http://beta.opencloud.com/oc",
|
||||||
"AUTH_HOST": "http://beta.opencloud.com/auth"
|
"AUTH_HOST": "http://beta.opencloud.com/auth/oc"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user