From e829198772c964af7891228fe5da397256c20038 Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 7 Aug 2024 14:15:35 +0200 Subject: [PATCH] update typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 905648cc..a4e77eb8 100644 --- a/Readme.md +++ b/Readme.md @@ -14,6 +14,6 @@ To change stuff, simply edit the the Markdown and/or rst files and push to the g Build required docker image: ```bash -docker build -t container.psi.ch:linux-infra/documentation . +docker build --platform linux/x86_64 -t container.psi.ch/linux-infra/documentation . docker push container.psi.ch/linux-infra/documentation ```