Use Docker's entrypoint instead of command

This commit is contained in:
Patryk Bęza 2024-07-11 17:49:37 +02:00
parent 78447ea307
commit 51c1e72a03
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ use teepot::{
#[command(author = "Matter Labs", version, about = "SGX attestation and batch signature verifier", long_about = None)]
struct Arguments {
/// Attestation quote proving the signature originated from a TEE enclave.
#[clap(value_parser)]
#[clap(name = "attestation_file", value_parser)]
attestation: ArgSource,
/// An optional subcommand, for instance, for optional signature verification.
#[clap(subcommand)]