Files
docker-docs/.env
Sebastiaan van Stijn 40b1b403e8 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>
2020-02-24 13:56:16 +01:00

3 lines
45 B
Bash

COMPOSE_DOCKER_CLI_BUILD=1
DOCKER_BUILDKIT=1