You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design. DockerPlugin is just an output format you can choose. JavaAppPackaging enables the DockerPlugin. If you only enable the DockerPlugin you are responsible for setting up your application yourself. Because that's a common problem, we have the archetypes, which do all the heavy lifting for you.
https://github.com/sbt/sbt-native-packager/blob/master/src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala#L66
I need to add JavaAppPackaging manually or it fails with
opt
folder not foundThe text was updated successfully, but these errors were encountered: