Skip to content

Commit

Permalink
Set permissions through jib
Browse files Browse the repository at this point in the history
  • Loading branch information
alucas-nickel authored and mbouchenoire committed Apr 27, 2021
1 parent b370e90 commit dabf08a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/docker.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jib {
SPRING_OUTPUT_ANSI_ENABLED: "ALWAYS"
]
useCurrentTimestamp = true
extraDirectories {
permissions = [
'/entrypoint.sh': '777'
]
}
}
}

0 comments on commit dabf08a

Please sign in to comment.