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 +}