From beecea8a5cba9e19779044ce7d0bcc1d3ac0f6ce Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 5 May 2023 14:59:02 -0600 Subject: [PATCH] manifest volume types --- lib/manifest/ManifestTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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