diff --git a/app-container/SPEC.md b/app-container/SPEC.md index 9c13ee5..aea8c8b 100644 --- a/app-container/SPEC.md +++ b/app-container/SPEC.md @@ -555,13 +555,13 @@ JSON Schema for the App Image Manifest "hash": "sha256-...", "name": "example.com/trusted-certificate-authority-1.0.0", "root": "/etc/ca" - }, + } ], "files": [ "/etc/ca/example.com/crt", "/usr/bin/map-reduce-worker", "/opt/libs/reduce-toolkit.so", - "/etc/reduce-worker.conf", + "/etc/reduce-worker.conf" ] } ```