docs: add DOCKER_BUILDKIT env variable for docker-compose v1 (#2270)

This is required for the --mount cache used to cache pip packages
This commit is contained in:
Kyle Robbertze 2022-12-07 14:03:49 +02:00 committed by GitHub
parent 8a516c14c5
commit 237a99bb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ To setup a docker-compose development environment, run the following commands:
# Clean and build
make clean
cp .env.dev .env
docker-compose build
DOCKER_BUILDKIT=1 docker-compose build
# Setup
docker-compose run --rm legacy make build