static-php-cli/quickstart/linux/x86_64/connection-static-php-cli.sh
2023-04-22 02:05:26 +08:00

12 lines
122 B
Bash

#!/bin/bash
set -exu
__DIR__=$(
cd "$(dirname "$0")"
pwd
)
cd ${__DIR__}
docker exec -it static-php-cli-dev-1 bash