weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Makefile: Copy things around less #316

Open ozamosi opened 3 years ago

ozamosi commented 3 years ago

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.