Files
hdk-pay/scripts/docker-env.sh
2023-07-18 10:00:16 +08:00

11 lines
215 B
Bash
Executable File

#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hdk-pay" \
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
harbor.luxcreo.cn/library/hyperf:8.0-swoole /bin/ash