From 36019a8ce9b5bad62f176fb9ab5cf0d3afc65298 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 7 Nov 2022 16:48:58 +0100 Subject: [PATCH] Don't show Dockerfile before building --- core/admin/run_dev.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/admin/run_dev.sh b/core/admin/run_dev.sh index 372c7390..4ab76e74 100755 --- a/core/admin/run_dev.sh +++ b/core/admin/run_dev.sh @@ -87,7 +87,6 @@ EOF # build chmod -R u+rwX,go+rX . -cat Dockerfile "${docker}" build --tag "${DEV_NAME}:latest" . # gather volumes to map into container