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