FROM node:bookworm ENV BW_CLI_VERSION=2023.10.0 RUN npm install -g @bitwarden/cli@$BW_CLI_VERSION COPY entrypoint.sh / CMD ["/entrypoint.sh"]