[test] update OTBR Dockerfile path (#11390)

This commit is contained in:
Jonathan Hui
2025-04-02 10:14:33 -07:00
committed by GitHub
parent d2fcf539da
commit 37b417a3ee

View File

@ -414,7 +414,7 @@ do_build_otbr_docker()
third_party/openthread/repo
rm -rf .git
docker build -t "${otbr_docker_image}" -f etc/docker/Dockerfile . \
docker build -t "${otbr_docker_image}" -f etc/docker/test/Dockerfile . \
"${docker_build_args[@]}" \
--build-arg OTBR_OPTIONS="${otbr_options[*]}"
)