Replies: 1 comment
-
i imagine this never got resolved, sadly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to copy and mount files into a container with user and group permissions. I explained the problem in details in SO question but didn't get answers there: https://stackoverflow.com/q/67869196/1723695
First, I need to mount some static resource into a container using
withClassPathResourceMapping
:And second, copy data to container file with
copyFileToContainer
:Both files are used by the application in container on start, but the application is running with
app:app
user. How can I copy and mount resources with correct ownership?Beta Was this translation helpful? Give feedback.
All reactions