Browse Source

Add environment script to use BuildKit

dev
David Ludwig 4 years ago
parent
commit
d6c46a5d79
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      env.sh

+ 5
- 0
env.sh View File

@ -0,0 +1,5 @@
#!/bin/bash
# Enable Docker BuildKit
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1

Loading…
Cancel
Save