From 3e09ac5aa82d3ab4d70f9c6e875404fb77b104ec Mon Sep 17 00:00:00 2001 From: Sameer Kulkarni Date: Tue, 17 Oct 2023 10:10:05 +0530 Subject: [PATCH] added name & description --- Acornfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Acornfile b/Acornfile index b774179..784eee1 100644 --- a/Acornfile +++ b/Acornfile @@ -1,3 +1,7 @@ +name: "DotNet Core Sample Acorn" +description: "Acorn running a sample .Net Core app" +readme: "./README.md" + containers: { web: { build: { @@ -10,4 +14,4 @@ containers: { } ports: publish: "80/http" } -} \ No newline at end of file +}