Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1553 Rewrited comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ggxed committed Nov 21, 2024
1 parent 5e69c9e commit 62c7715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/scripts/launch-product.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This script is needed to change ownership and run the application as user dbeaver during the upgrade from version 24.2.0

# Change ownership of the WORKDIR to the dbeaver user and group
# Variables DBEAVER_<UID|GID> are defined in the Dockerfile and exported to the runtime environment
# PWD equals WORKDIR value from product Dockerfile
chown -R $DBEAVER_UID:$DBEAVER_GID $PWD

Expand Down

0 comments on commit 62c7715

Please sign in to comment.