bw-client/entrypoint.sh
Jochen Maes e9d9fdbf61
Some checks failed
continuous-integration/drone/tag Build is failing
Initial commit
2023-11-18 10:11:59 +01:00

13 lines
240 B
Bash
Executable File

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