ソースを参照

add sleep to entrypoint

Vadim Surkov 6 年 前
コミット
22217eacab
1 ファイル変更2 行追加0 行削除
  1. 2 0
      entrypoint.ps1

+ 2 - 0
entrypoint.ps1

@@ -32,3 +32,5 @@ if ( -Not (test-path("C:\Services\Analis\analis.conf")) ){
 }
 
 C:\Services\Analis\AnalisServer.exe $args
+
+sleep 1000000