bw-client/Dockerfile
Jochen Maes 7b277c25e8
All checks were successful
continuous-integration/drone/tag Build is passing
switch to bookworm
2023-11-18 14:10:46 +01:00

9 lines
145 B
Docker

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"]