beforeCreateServerDockerCompose( context: dotnetTypes.DsgContext, eventParams: dotnet.CreateServerDockerComposeParams ) { const settings = getPluginSettings(context.pluginInstallations); eventParams.updateProperties.push( ...updateDockerComposeProperties(settings) ); return eventParams; }
Creates or updates the Docker Compose file for the .NET server.
CreateServerDockerCompose
Was this page helpful?