diff --git a/Dockerfile b/Dockerfile index 1f5f14ed0..654bbd5c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ FROM rust:1.75 as runtime WORKDIR /app COPY --from=builder /app/target/release/stratus /app/stratus -CMD ["sh", "-c", "/app/stratus", "--perm-storage=$PERM_STORAGE", "--perm-storage-connections=$PERM_STORAGE_CONNECTIONS", "--perm-storage-timeout=$PERM_STORAGE_TIMEOUT", "--chain-id=$CHAIN_ID", "--blocking-threads=$BLOCKING_THREADS", "--temp-storage=$TEMP_STORAGE_KIND"] +CMD ["sh", "-c", "/app/stratus"]