Add Dockerfile

This commit is contained in:
Sydhds
2025-06-13 16:54:22 +02:00
committed by GitHub
parent 409cdcb651
commit 1059b87572
4 changed files with 87 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ const PROVER_MINIMAL_AMOUNT_FOR_REGISTRATION: U256 =
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// debug!("Args: {:?}", std::env::args());
let filter = EnvFilter::builder()
.with_default_directive(LevelFilter::INFO.into())
.from_env_lossy();