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

2
.env Normal file
View File

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