Skip to content

Commit accf7dc

Browse files
committed
Removed unused option
1 parent d104ca3 commit accf7dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.typesafe.sbt.packager.linux.LinuxPlugin.autoImport.daemonUser
2-
31
name := "delphi-webapi"
42

53
version := "1.0.0-SNAPSHOT"
@@ -12,10 +10,6 @@ libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.0.11"
1210
lazy val root = (project in file(".")).
1311
enablePlugins(JavaAppPackaging).
1412
enablePlugins(DockerPlugin).
15-
settings (
16-
daemonUser in Docker := "daemon",
17-
daemonGroup in Docker := "daemon"
18-
).
1913
enablePlugins(BuildInfoPlugin).
2014
settings(
2115
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),

0 commit comments

Comments
 (0)