Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Oct 21, 2023
1 parent 84be1a7 commit 8f0d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ lazy val nativeServer: Project = (project in file("native-server"))
dockerUsername := Some("softwaremill"),
dockerExposedVolumes += "/data",
dockerBaseImage := "alpine:3.18",
Docker / packageName := "elasticmq-native"
Docker / packageName := "elasticmq-native",
Compile / packageBin := (Compile / packageBin)
.dependsOn(yarnTask.toTask(" build"))
.value
Expand Down

0 comments on commit 8f0d53d

Please sign in to comment.