From 76b7182745d51a96a8c216f587c56400f478c2f0 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 2 Aug 2021 12:42:19 +0200 Subject: [PATCH] Added missing -t option to `docker build` command. --- doc.zih.tu-dresden.de/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index caa251954..bf43f66fc 100644 --- a/doc.zih.tu-dresden.de/README.md +++ b/doc.zih.tu-dresden.de/README.md @@ -117,7 +117,7 @@ Building a container with the documentation inside could be done with the follow ```Bash cd /PATH/TO/hpc-compendium -docker build hpc-compendium . +docker build -t hpc-compendium . ``` **Note:** Whenever you change the documentation, you need to rebuild the container, so that -- GitLab