Enable portable lcli build

This commit is contained in:
David Boreham 2023-06-04 14:30:01 -06:00
parent c120ee2086
commit 223aacb16f

View File

@ -4,4 +4,4 @@
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
project_dir=${CERC_REPO_BASE_DIR}/lighthouse
docker build -t cerc/lighthouse-cli:local -f ${project_dir}/lcli/Dockerfile ${build_command_args} ${project_dir}
docker build -t cerc/lighthouse-cli:local --build-arg PORTABLE=true -f ${project_dir}/lcli/Dockerfile ${build_command_args} ${project_dir}