From 2a537ca3a56d6853c171571637e7f247a02bdc55 Mon Sep 17 00:00:00 2001 From: Aashi Modi Date: Tue, 7 Nov 2023 10:48:05 +0530 Subject: [PATCH] updated indentation --- Acornfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Acornfile b/Acornfile index 6658208..54d67d8 100644 --- a/Acornfile +++ b/Acornfile @@ -9,9 +9,9 @@ containers: { context: "./src" dockerfile: "./Dockerfile" } - env: { + env: { "ASPNETCORE_ENVIRONMENT": "Development" - } + } ports: publish: "80/http" } }