Files
hyperf-admin/scripts/docker-env.sh

11 lines
255 B
Bash
Raw Permalink Normal View History

2023-04-07 16:14:58 +08:00
#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hdk-admin" \
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
-v ~/.gitconfig:/root/.gitconfig \
harbor.luxcreo.cn/library/hyperf:7.4-swoole /bin/ash