Skip to content

Commit

Permalink
Revert "get docker compose arguments working for lila fishnet"
Browse files Browse the repository at this point in the history
This reverts commit 42190b9.
  • Loading branch information
schlawg committed Dec 11, 2024
1 parent 42190b9 commit ad92667
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ inThisBuild(

lazy val app = project
.in(file("app"))
.enablePlugins(JavaAppPackaging, DockerPlugin)
.settings(
name := "lila-fishnet",
organization := "org.lichess",
Expand Down Expand Up @@ -54,11 +53,9 @@ lazy val app = project
),
Docker / packageName := "lichess-org/lila-fishnet",
Docker / maintainer := "lichess.org",
Docker / dockerRepository := Some("ghcr.io"),
Universal / javaOptions := Seq(
"-J-Dconfig.override_with_env_vars=true"
)
Docker / dockerRepository := Some("ghcr.io")
)
.enablePlugins(JavaAppPackaging, DockerPlugin)

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit ad92667

Please sign in to comment.