mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
12 lines
285 B
Batchfile
12 lines
285 B
Batchfile
@echo off
|
|
|
|
for /F %%i in ('chdir') do ( set current_dir=%%i)
|
|
|
|
docker run ^
|
|
-ti --rm --name "composer-template" ^
|
|
-v "%current_dir%":"/srv/www" ^
|
|
-v "%USERPROFILE%\.ssh":"/root/.ssh" ^
|
|
-p 8866:80 ^
|
|
--env-file=.env ^
|
|
hyperf/hyperf:8.0-alpine-v3.12-swoole /bin/ash
|