From 4aa3a6c91368e81f749f43e8e64f02f01ea2ab08 Mon Sep 17 00:00:00 2001 From: Fernando Araoz Date: Fri, 10 Jan 2025 17:04:48 -0500 Subject: [PATCH] feat: init w/docker --- Controllers/WeatherForecastController.cs | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Controllers/WeatherForecastController.cs b/Controllers/WeatherForecastController.cs index 5dbdcb0..272d2c7 100644 --- a/Controllers/WeatherForecastController.cs +++ b/Controllers/WeatherForecastController.cs @@ -8,7 +8,7 @@ public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = new[] { - "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching", "Tempting" }; private readonly ILogger _logger; diff --git a/docker-compose.yml b/docker-compose.yml index 0104f5f..5969100 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ services: aspnet-prison: container_name: aspnet-prison - user: "1001:1001" build: context: . dockerfile: Dockerfile