Skip to content

Commit 40b1b40

Browse files
committed
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 <[email protected]>
1 parent f56f147 commit 40b1b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
COMPOSE_DOCKER_CLI_BUILD=1
2+
DOCKER_BUILDKIT=1

0 commit comments

Comments
 (0)