static-php-cli/quickstart/linux/x86_64/connection-static-php-cli.sh

12 lines
120 B
Bash
Raw Normal View History

2023-04-22 01:32:17 +08:00
#!/bin/bash
set -exu
__DIR__=$(
cd "$(dirname "$0")"
pwd
)
cd ${__DIR__}
2023-04-25 21:11:35 +08:00
docker exec -it static-php-cli-dev-1 sh