Skip to content

Commit

Permalink
Fix permissions on /opt/hivemq in container image
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Apr 30, 2024
1 parent 4c11385 commit 5ac463b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ oci {
into("opt") {
filePermissions = 0b110_100_000
directoryPermissions = 0b111_101_000
permissions("hivemq/", 0b111_111_000)
permissions("**/*.sh", 0b111_101_000)
from("docker/docker-entrypoint.sh")
into("hivemq") {
Expand Down

0 comments on commit 5ac463b

Please sign in to comment.