compose file: enable buildkit for building

This adds a `.env` file to enable buildkit when using
docker-compose to build the docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-21 10:48:41 +01:00
parent f56f1476ac
commit 40b1b403e8
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 0 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
COMPOSE_DOCKER_CLI_BUILD=1
DOCKER_BUILDKIT=1