bw-client/entrypoint.sh
Jochen Maes 69f8f7d718
All checks were successful
continuous-integration/drone/tag Build is passing
fixes logic
2023-11-18 20:13:47 +01:00

12 lines
246 B
Bash
Executable File

#!/bin/bash
set -x
bw config server ${BW_HOST}
bw login --apikey
export BW_SESSION=$(bw unlock --passwordenv BW_PASSWORD --raw)
bw unlock --check
echo 'Running `bw server` on port 8087'
bw serve --hostname 0.0.0.0 #--disable-origin-protection