Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: actually create production enclaves (#1682)
## Description: Piotr from Nethermind reported that production mode wasn't doing anything. Here's a fix. Tested using ``` def run(plan): plan.add_service( name = "test-service", config = ServiceConfig( image = "alpine:3.17", cmd = ["/bin/sh", "-c", "sleep 30 && exit 1"] ) ) ```
- Loading branch information