diff --git a/entrypoint.sh b/entrypoint.sh index bb88ccf..77ae4d4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ set -e bw config server ${BW_HOST} export BW_SESSION=$(bw login --apikey --raw) - +bw unlock --passwordenv BW_PASSWORD bw unlock --check echo 'Running `bw server` on port 8087'