# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

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