build: enable docker by default
This commit is contained in:
@@ -67,7 +67,7 @@ build()
|
||||
local BUILD_MODE=dev
|
||||
local PAX_DEBUG=on
|
||||
local OPTIONS=
|
||||
local DOCKER=0
|
||||
local DOCKER=1
|
||||
|
||||
local REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
if [ "$?" -ne "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user