9 lines
117 B
Batchfile
9 lines
117 B
Batchfile
::도커 재실행
|
|
@echo off
|
|
|
|
cd ../VPKI.DB/DBPatch
|
|
|
|
::start UpdateAccountDB.bat
|
|
start UpdateDataDB.bat
|
|
|
|
timeout /t 3 |