mirror of
http://124.126.16.154:8888/singularity/LuxMap.git
synced 2026-01-15 00:35:08 +08:00
9 lines
218 B
Batchfile
9 lines
218 B
Batchfile
@echo off
|
|
|
|
for /F %%i in ('chdir') do ( set current_dir=%%i)
|
|
|
|
docker run ^
|
|
-ti --rm --init ^
|
|
-v "%current_dir%":"/build" ^
|
|
-v "%USERPROFILE%\.composer":"/composer" ^
|
|
composer/satis build satis.json dist |