diff --git a/frontend/build.sh b/frontend/build.sh index 90b4d0a66..e4f5776f4 100644 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -18,6 +18,8 @@ check_prereq() { [[ exit -eq 1 ]] && exit 1 } +https://github.com/docker/cli/issues/1134#issuecomment-613516912 +export DOCKER_BUILDKIT=1 function build(){ cp .env.sample .env # Run docker as the same user, else we'll run in to permission issues.