수정
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-03-01 13:44:33 +09:00
parent 1c58976afa
commit b4c9169807

View File

@ -31,7 +31,7 @@ pipeline {
// 로컬 Nginx 서버 재실행
bat '''
taskkill /f /im nginx.exe > nul 2>&1
timeout /t 2
ping -n 3 127.0.0.1 > nul
start "" "C:\\nginx\\nginx.exe"
'''
}