This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Add environment script to use BuildKit
dev
David Ludwig
4 years ago
parent
1970789ab6
commit
d6c46a5d79
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save