Files
hdk-boilerplate/scripts/docker-env.sh
2023-10-23 20:19:03 +08:00

10 lines
222 B
Bash
Executable File

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