mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 07:05:05 +08:00
- 将 PHP 最低版本要求提升到 8.2 - 添加 hyperf 相关库作为正式依赖 - 更新 symfony polyfill 版本 - 移除 hyperf/session 作为正式依赖,改为建议依赖 - 添加 friendsofhyperf/rector 作为开发依赖 - 更新 minimum-stability 从 alpha 到 beta
10 lines
218 B
Bash
Executable File
10 lines
218 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
docker run \
|
|
--pull always \
|
|
-ti --rm --name "hyperf-auth" \
|
|
-w "/srv/www" \
|
|
-v "$(pwd)":/srv/www \
|
|
-v ~/.ssh:/root/.ssh \
|
|
harbor.luxcreo.cn/library/hyperf:8.2-swoole /bin/ash
|