Skip to content

dbeaver/dbeaver-devops#1604 Removed launch-product.sh and rewrited Do…#3526

Open
ggxed wants to merge 42 commits intodevelfrom
dbeaver/dbeaver-devops#1604-non-root-user-25-2
Open

dbeaver/dbeaver-devops#1604 Removed launch-product.sh and rewrited Do…#3526
ggxed wants to merge 42 commits intodevelfrom
dbeaver/dbeaver-devops#1604-non-root-user-25-2

Conversation

@ggxed
Copy link
Contributor

@ggxed ggxed commented Jun 16, 2025

…ckerfile

@ggxed ggxed requested a review from mayerro June 16, 2025 15:47
mayerro
mayerro previously approved these changes Jun 27, 2025

EXPOSE 8978
RUN find /opt/cloudbeaver -type d -exec chmod 775 {} \;
RUN chown -R dbeaver:dbeaver /opt/cloudbeaver
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to chown additionally
use this
COPY --chown=<user>:<group> <source> <destination>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants