mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
添加快速进入编译环境脚本
This commit is contained in:
11
quickstart/linux/x86_64/connection-static-php-cli.sh
Normal file
11
quickstart/linux/x86_64/connection-static-php-cli.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -exu
|
||||
__DIR__=$(
|
||||
cd "$(dirname "$0")"
|
||||
pwd
|
||||
)
|
||||
|
||||
cd ${__DIR__}
|
||||
|
||||
docker exec -it static-php-cli-dev-1 bash
|
||||
Reference in New Issue
Block a user