build: enable docker by default

This commit is contained in:
2022-07-14 10:58:56 +01:00
parent a05e0b7e74
commit c2763b2879

View File

@@ -67,7 +67,7 @@ build()
local BUILD_MODE=dev local BUILD_MODE=dev
local PAX_DEBUG=on local PAX_DEBUG=on
local OPTIONS= local OPTIONS=
local DOCKER=0 local DOCKER=1
local REPO_ROOT=$(git rev-parse --show-toplevel) local REPO_ROOT=$(git rev-parse --show-toplevel)
if [ "$?" -ne "0" ]; then if [ "$?" -ne "0" ]; then