Skip to content

Commit

Permalink
Fix Docker entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Olivelli committed Oct 28, 2020
1 parent 03bdeda commit 72e4eaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# */

export PATH=$PATH:/opt/bookkeeper/bin
export JAVA_HOME=/usr/lib/jvm/jre-1.8.0

BK_HOME=/opt/bookkeeper
BINDIR=${BK_HOME}/bin
Expand Down
2 changes: 0 additions & 2 deletions docker/scripts/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

set -x -e -u

export JAVA_HOME=/usr/lib/jvm/jre-1.8.0

# Sanity check that creates a ledger, writes a few entries, reads them and deletes the ledger.
DEFAULT_HEALTH_CHECK_CMD="/opt/bookkeeper/bin/bookkeeper shell bookiesanity"

Expand Down

0 comments on commit 72e4eaa

Please sign in to comment.