feat: init w/docker

This commit is contained in:
Fernando Araoz 2025-01-10 17:04:48 -05:00
parent 975c42762c
commit 4aa3a6c913
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ public class WeatherForecastController : ControllerBase
{ {
private static readonly string[] Summaries = new[] 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<WeatherForecastController> _logger; private readonly ILogger<WeatherForecastController> _logger;

View File

@ -1,7 +1,6 @@
services: services:
aspnet-prison: aspnet-prison:
container_name: aspnet-prison container_name: aspnet-prison
user: "1001:1001"
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile