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
parent da07a48244
commit 111fdadaaa
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