diff --git a/build-local-docker-image.sh b/build-local-docker-image.sh index daeb7446fc..ee96a099f7 100755 --- a/build-local-docker-image.sh +++ b/build-local-docker-image.sh @@ -26,7 +26,7 @@ function remove_image() { function install_dependencies() { # Install all dependencies cd ${SCRIPT_DIR} - pnpm bootstrap || ERROR="install_dependencies failed" + pnpm i || ERROR="install_dependencies failed" } function build_gui(){