We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fdfb6 commit 5e6d3ccCopy full SHA for 5e6d3cc
build.sbt
@@ -23,7 +23,11 @@ libraryDependencies += "com.typesafe.akka" %% "akka-http-testkit" % "10.1.5"
23
lazy val registry = (project in file(".")).
24
enablePlugins(JavaAppPackaging).
25
enablePlugins(DockerPlugin).
26
- enablePlugins(ScalastylePlugin)
+ enablePlugins(ScalastylePlugin).
27
+ settings(
28
+ dockerBaseImage := "openjdk:jre-alpine"
29
+ ).
30
+ enablePlugins(AshScriptPlugin)
31
32
libraryDependencies ++= List(
33
"com.typesafe.slick" %% "slick" % "3.2.3",
0 commit comments