Skip to content

Instantly share code, notes, and snippets.

@novakov-alexey-zz
Created November 1, 2018 13:46
Show Gist options
  • Save novakov-alexey-zz/380cc898474549668ce5ecb46808aa52 to your computer and use it in GitHub Desktop.
Save novakov-alexey-zz/380cc898474549668ce5ecb46808aa52 to your computer and use it in GitHub Desktop.
lazy val root = (project in file(".")).settings(
inThisBuild(List(organization := "org.alexeyn", scalaVersion := "2.12.7")),
name := "akka-crud-service",
libraryDependencies ++= Seq(
...
),
dockerBaseImage := "openjdk:8-jre-alpine"
).enablePlugins(JavaAppPackaging, AshScriptPlugin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment