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