kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
27 stars 32 forks source link

minor improvements to text #277

Closed nlharris closed 6 years ago

nlharris commented 6 years ago

I found this hard to understand, but am not sure how to reword it: "Docker will rebuild everything from the first detected change in a dockerfile but pull everything upstream of that from cache. This means that if you are pulling in external data using RUN and a command like git clone or wget changes in those sources will not automatically be reflected in a rebuilt Docker image unless the Docker file changes at or before that import."