Add links to solution
[rnaseq-cwl-training.git] / _episodes / 08-supplement-docker.md
index d297a95dc3e8fd4ac3b6add9caa269616a1a8361..0c5d72cca618cfebb61c8dbcc6e301376ae7332c 100644 (file)
@@ -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
+> * <a href="../assets/answers/ep8/Dockerfile.single-stage">Dockerfile.single-stage</a>
+> * <a href="../assets/answers/ep8/Dockerfile.multi-stage">Dockerfile.multi-stage</a>
+{: .solution}