FROM hashicorp/vault:1.21.3 COPY config /vault/config EXPOSE 8200 8201 CMD ["vault", "server", "-config=/vault/config/vault.hcl"]