Skip to content

Commit

Permalink
fix: services cannot start due to permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Feb 12, 2024
1 parent 83e4edd commit 8071587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/DockerImagePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ object DockerImagePlugin extends AutoPlugin {
val dockerSettings = Seq(
dockerUpdateLatest := true,
// dockerEntrypoint := Seq(s"bin/${executableScriptName.value}", "-Duser.timezone=UTC", "$JAVA_OPTS"),
dockerAdditionalPermissions += (DockerChmodType.UserGroupWriteExecute, "/opt/docker"),
dockerBaseImage := s"eclipse-temurin:21-jre",
// derive a package name
Docker / packageName := (Compile / name).value,
Expand Down

0 comments on commit 8071587

Please sign in to comment.