I created a new Umbraco template and used Docker to build but it didn't work
Unhandled exception. System.TimeoutException: Cannot acquire MainDom
at Umbraco.Cms.Core.Runtime.MainDom.Acquire()
at Umbraco.Cms.Core.Runtime.MainDom.<>c__DisplayClass12_0.
b__0()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at System.Threading.LazyInitializer.EnsureInitialized[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Umbraco.Cms.Core.Runtime.MainDom.Acquire(IApplicationShutdownRegistry hostingEnvironment)
at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.AcquireMainDom()
at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.StartAsync(CancellationToken cancellationToken, Boolean isRestarting)
at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.StartAsync(CancellationToken cancellationToken)
at Umbraco.Extensions.WebApplicationExtensions.BootUmbracoAsync(WebApplication app)
at Program.
$(String[] args) in /src/UmbracoProject3/Program.cs:line 12
at Program.
(String[] args)