Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1553 Fixed chown in dockerfile (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggxed authored Dec 3, 2024
1 parent 03b0467 commit c31416c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/docker/cloudbeaver-ce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RUN groupadd -g $DBEAVER_GID dbeaver && \
COPY cloudbeaver /opt/cloudbeaver
COPY scripts/launch-product.sh /opt/cloudbeaver/launch-product.sh

RUN chown -R $DBEAVER_UID:$DBEAVER_GID /opt/cloudbeaver

EXPOSE 8978
RUN find /opt/cloudbeaver -type d -exec chmod 775 {} \;
WORKDIR /opt/cloudbeaver/
Expand Down

0 comments on commit c31416c

Please sign in to comment.