Skip to content

Commit

Permalink
Merge e23233b into 9074f6e
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jun 20, 2021
2 parents 9074f6e + e23233b commit be0324c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ lazy val root = (project in file("."))
name := "passport",
scalafmtOnCompile := true,
scalacOptions += "-deprecation",
mainClass in Compile := Some("zhongl.passport.Main"),
maintainer in Docker := "zhong.lunfu@gmail.com",
Compile / mainClass := Some("zhongl.passport.Main"),
Docker / maintainer:= "zhong.lunfu@gmail.com",
dockerBaseImage := "openjdk:8-alpine",
dockerEnvVars := Map("DOCKER_HOST" -> "unix:///var/run/docker.sock"),
dockerExposedPorts := Seq(8080),
daemonUserUid in Docker := None,
daemonUser in Docker := "root",
Docker / daemonUserUid := None,
Docker / daemonUser := "root",
dockerUsername := Some("zhongl"),
dockerUpdateLatest := true,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit be0324c

Please sign in to comment.