Skip to content

Commit

Permalink
add additional dir for libs in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kr7ysztof committed Nov 2, 2023
1 parent 493b508 commit dc280c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ javaOptions += "-Dlogback.configurationFile=/etc/rokku/logback.xml"

dockerExposedPorts := Seq(8987) // should match PROXY_PORT
dockerCommands += ExecCmd("ENV", "PROXY_HOST", "0.0.0.0")
dockerCommands += ExecCmd("mkdir", "-p", "/opt/docker/libs") //additional libs e.g. for authorization plugin
dockerBaseImage := "eclipse-temurin:17-alpine"
dockerAlias := docker.DockerAlias(Some("docker.io"), Some("wbaa"), "rokku", Some(rokkuVersion))

Expand Down

0 comments on commit dc280c0

Please sign in to comment.