plugins and themes folder empty and owner is user "1000:1000" #399
marcelomenmar
started this conversation in
General
Replies: 1 comment
-
|
Hmm, are your deployments adding a volume at that path, perhaps? |
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 All
I'm trying to create a customized redmine image for my organization on top of redmine:6.1.0-trixie.
I almost got it, except for the plugins issue. I have a couple of proprietary plugins that I "COPY" to /usr/src/redmine/plugins folder, inside my Dockerfile.
The copy is ok (I "RUN ls -la /usr/src/redmine/" in the end for the Dockerfile to check it).
But when I after the startup of the container the "plugins" and "themes" folders are empty and the owner is changed to 1000:1000.
The behavior is the same for "redmine:6.1.0-trixie" image directly (no customized image build) and "redmine:6.0.7-trixie" (also without customized image build).
What I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions