X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/0ff3e7b846a78f2bce7b457bbe9747564cdc57b4..9063886579520bf9b71e270835fb95a7a5f35822:/_episodes/08-supplement-docker.md diff --git a/_episodes/08-supplement-docker.md b/_episodes/08-supplement-docker.md index d297a95..0c5d72c 100644 --- a/_episodes/08-supplement-docker.md +++ b/_episodes/08-supplement-docker.md @@ -302,3 +302,8 @@ the file being downloaded changes without the command being used to download it changing, it will reuse the cached step with the old copy of the file, instead of re-downloading it. If this happens, use `--no-cache` to force it to re-run the steps. + +> ## Episode solution +> * Dockerfile.single-stage +> * Dockerfile.multi-stage +{: .solution}