Closed smaftoul closed 7 years ago
@bewt85 can you check this one on your env?
@dcu I've just tested this PR on OSX and it worked fine. I then made a local change, rebuilt and the local change makes it's way into the built container.
I'd say it's good to merge.
This is indeed how I work locally to rebuild the container before comitting / pushing , to my remote. Without changing this line, I cannot easily rebuild the exporter based on my modifications.
The current Dockerfile clones from github origin master the code when building it. It doesn't allow you to build a release / container of your current development. By
COPY
ing instead ofRUN git clone
we can have a better workflow for developping and building containers.