From 54e7dd97c52ef7cb80b47c8a18653b5998a646e6 Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Sat, 20 Jan 2024 13:12:14 -0800 Subject: [PATCH] remove # --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 36b5c35..8d77a2c 100644 --- a/README.adoc +++ b/README.adoc @@ -26,8 +26,8 @@ Building single images requires no tools other docker: [source,shell] ---- -# cd images/authelia -# docker build -t authelia . +cd images/authelia +docker build -t authelia . ---- == Images