Skip to content

Commit

Permalink
to fix main class for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Oct 17, 2023
1 parent 97d3e4f commit d0fde4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.typesafe.sbt.packager.docker._

Compile / mainClass := Some("app.softnetwork.persistence.auth.api.BasicAccountPostgresLauncher")
Compile / mainClass := Some("app.softnetwork.persistence.auth.api.BasicAccountEndpointsPostgresLauncher")

dockerBaseImage := "openjdk:8"

Expand Down

0 comments on commit d0fde4b

Please sign in to comment.