FROM vault:1.10.0
COPY run.sh ./
ENTRYPOINT ["sh","./run.sh"]