From 01f6c6b54ccff25391c486ccbffde2d60a1ff0a1 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 24 Jun 2022 16:06:04 +0200 Subject: [PATCH] fix(frontend): build script comment Signed-off-by: rjshrjndrn --- frontend/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/build.sh b/frontend/build.sh index e4f5776f4..15e1fc3a6 100644 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -18,7 +18,7 @@ check_prereq() { [[ exit -eq 1 ]] && exit 1 } -https://github.com/docker/cli/issues/1134#issuecomment-613516912 +# https://github.com/docker/cli/issues/1134#issuecomment-613516912 export DOCKER_BUILDKIT=1 function build(){ cp .env.sample .env