Improved comments. Started implementing docker components and other base components. Updated dependencies
This commit is contained in:
@@ -51,6 +51,9 @@ public class StartupHandler : IServerStateHandler
|
||||
// 5. Create runtime
|
||||
var hostPath = await Server.RuntimeFileSystem.GetPathAsync();
|
||||
|
||||
if (await Server.Runtime.CheckExistsAsync())
|
||||
await Server.Runtime.DestroyAsync();
|
||||
|
||||
await Server.Runtime.CreateAsync(hostPath);
|
||||
|
||||
if (ExitSubscription == null)
|
||||
|
||||
Reference in New Issue
Block a user