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

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