build(frontend): Adding docker buildkit support
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
08d2375683
commit
08bf88b411
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue