-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "dbeaver/dbeaver-devops#1553 Added user dbeaver in dockerfile …
- Loading branch information
1 parent
2cdc43a
commit a36a555
Showing
2 changed files
with
2 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,12 @@ FROM dbeaver/base-java | |
|
||
MAINTAINER DBeaver Corp, [email protected] | ||
|
||
RUN useradd -m -s /bin/bash dbeaver && \ | ||
apt-get update; \ | ||
RUN apt-get update; \ | ||
apt-get upgrade -y; | ||
|
||
COPY cloudbeaver /opt/cloudbeaver | ||
COPY scripts/launch-product.sh /opt/cloudbeaver/launch-product.sh | ||
RUN chmod +x /opt/cloudbeaver/launch-product.sh | ||
RUN chown -R dbeaver:dbeaver /opt/cloudbeaver | ||
|
||
EXPOSE 8978 | ||
RUN find /opt/cloudbeaver -type d -exec chmod 775 {} \; | ||
WORKDIR /opt/cloudbeaver/ | ||
|
||
ENTRYPOINT ["./launch-product.sh"] | ||
ENTRYPOINT ["./run-server.sh"] |
This file was deleted.
Oops, something went wrong.