declared in .env.example to avoid build issues

DOCKER_BUILDKIT=1
COMPOSE_PARALLEL_LIMIT=1
This commit is contained in:
2026-06-24 17:42:32 +03:00
parent 6bfb18867b
commit e9ecc9d19d
2 changed files with 10 additions and 1 deletions

View File

@ -147,3 +147,6 @@ If you want build own workspace image. You need export environment variable
`export DOCKER_BUILDKIT=1`
more info https://github.com/edrevo/dockerfile-plus
Build may fail without this
`export COMPOSE_PARALLEL_LIMIT=1`