kepler-operator
kepler-operator copied to clipboard
Update Dockerfile to call a `make build` target
Motivation
Having paramaters in the make file and in the docker file, lead to the binaries being build differently for dev vs container work, and also make changes need to be made in two places.
Suggestion
Have the docker file call make build with appropriate peramaters.
Code to update in the Dockerfile Code to update in the Makefile