Skip to content

Commit

Permalink
quickstart run-swoole-cli-builder.sh 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 3, 2025
1 parent 1d82295 commit ba8352a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sapi/quickstart/linux/run-swoole-cli-builder-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ fi
php ./prepare.php --skip-download=yes --without-docker=yes

bash make.sh docker-build ${MIRROR}

{
docker exec -it swoole-cli-builder which bash
} || {
docker exec -it swoole-cli-builder sh /work/sapi/quickstart/linux/alpine-init.sh ${OPTIONS}
}

bash make.sh docker-bash

0 comments on commit ba8352a

Please sign in to comment.