docker-redmine
docker-redmine copied to clipboard
Proposal: fix ENV issues
at present, i think root and redmine user should have same env vars this would address some issues that currently exist and would make development easier
we need to address that in our startup script probably
#238 is related because that would not work without that
Could you please add some details to the issue. Thanks.
@sameersbn i will even fix it its a internal note at present i am working mainly on getting a total overview then i will make it all more detailed sorry for that but its a lot to do :)
Preserving --env set by docker to use them also as user redmine needed for some plugins
at present i think -HE is used but i also think that this fails silent as /root/.bashrc is not allowed to be read and don't has that content alternate would be to add it to the run dir defaults environments needs testing
$(env | grep _ | xargs sudo) CMD
#296 - about env vars not passed