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:
parent
da07a48244
commit
111fdadaaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue