diff --git a/lib/manifest/ManifestTypes.ts b/lib/manifest/ManifestTypes.ts index 11f9ba7..f5da303 100644 --- a/lib/manifest/ManifestTypes.ts +++ b/lib/manifest/ManifestTypes.ts @@ -62,7 +62,7 @@ export interface SDKManifest { /** Defines the containers needed to run the main and mounted volumes */ containers: Record /** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */ - volumes: Record + volumes: Record actions: Array alerts: { install: string | null