From c2763b28798d01300c0e12e29d2fca6a9c6961e1 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 14 Jul 2022 10:58:56 +0100 Subject: [PATCH] build: enable docker by default --- .profile.roku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.roku b/.profile.roku index 68c3f14..b18ecc6 100644 --- a/.profile.roku +++ b/.profile.roku @@ -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