Implemented first iteration of the docker-based server installer. Added restore functionality for the installer. Wired up for basic installer testing
This commit is contained in:
@@ -126,6 +126,10 @@ public class Startup
|
||||
await server.StateMachine.FireAsync(ServerTrigger.Stop);
|
||||
|
||||
Console.ReadLine();
|
||||
|
||||
await server.StateMachine.FireAsync(ServerTrigger.Install);
|
||||
|
||||
Console.ReadLine();
|
||||
|
||||
await server.Context.ServiceScope.DisposeAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user