kepler-operator icon indicating copy to clipboard operation
kepler-operator copied to clipboard

Update Dockerfile to call a `make build` target

Open acornett21 opened this issue 2 years ago • 0 comments

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

acornett21 avatar Jul 24 '23 14:07 acornett21