Skip to content
Snippets Groups Projects
Commit b7271496 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

Resolve "Default path to controller config (gosdn.toml/development-gosdn.toml) is not working"

See merge request !313
parent c2dc3772
Branches
No related tags found
2 merge requests!313Resolve "Default path to controller config (gosdn.toml/development-gosdn.toml) is not working",!264WIP: Develop
Pipeline #101488 passed
......@@ -57,6 +57,9 @@ build: pre
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_ARTIFACTS_PATH)/gosdnc ./cli/
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_ARTIFACTS_PATH)/orchestrator ./csbi/cmd/csbi/
start: build
./$(BUILD_ARTIFACTS_PATH)/gosdn -l debug --config ./controller/configs/gosdn.toml
container: build
docker build -t gosdn -f controller/Dockerfile .
docker build -t gosdnc -f cli/Dockerfile .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment