Skip to content

Commit

Permalink
chore(iris): rename docker image from server to service (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias authored Nov 11, 2022
1 parent b2a37d8 commit 28046fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris/service/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lazy val sql = commonProject(project)
lazy val server = commonProject(project)
.in(file("server"))
.settings(
name := "iris-server",
name := "iris-service",
libraryDependencies ++= serverDependencies,
Docker / maintainer := "[email protected]",
Docker / dockerUsername := Some("input-output-hk"),
Expand Down

0 comments on commit 28046fb

Please sign in to comment.