I want to build the binaries first, and then just run docker
build afterwards, outside the makefile, and have them work.
Before this, the step that ran docker build in the makefile also
copied files around. After this, it doesn't, and the dockerfile just
adds the files directly from where they were built.
I want to build the binaries first, and then just run docker build afterwards, outside the makefile, and have them work.
Before this, the step that ran docker build in the makefile also copied files around. After this, it doesn't, and the dockerfile just adds the files directly from where they were built.