Play 2.4 not running in docker container

Oops, cannot start the server.
com.google.inject.CreationException: Unable to create injector, see the following errors:

  1. Error in custom provider, akka.ConfigurationException: Could not start logger due to [java.lang.InterruptedException]
    while locating play.api.libs.concurrent.ActorSystemProvider
    while locating akka.actor.ActorSystem
    for the 1st parameter of play.api.libs.Files$DefaultTemporaryFileReaper.(Files.scala:242)
    at play.api.libs.Files$DefaultTemporaryFileReaper.class(Files.scala:242)
    while locating play.api.libs.Files$DefaultTemporaryFileReaper
    while locating play.api.libs.Files$TemporaryFileReaper

1 error
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470)
at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:184)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
at com.google.inject.Guice.createInjector(Guice.java:99)
at com.google.inject.Guice.createInjector(Guice.java:84)