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

10 lines
218 B
Bash
Raw Normal View History

2022-04-24 18:02:04 +08:00
#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hyperf-saml" \
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
2023-10-23 20:04:30 +08:00
harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash