Files
hdk-pay/scripts/docker-env.sh
2024-02-27 15:27:33 +08:00

10 lines
214 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.2-swoole /bin/ash