HEllo, I having some trouble when running container, in local everything works fine when I curl "http://localhost:3010/" but however it doesn't when curling the container with the same url "http://localhost:3010/". Inside the logs look fine:
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [NestFactory] Starting Nest application...
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] LoggerModule dependencies initialized +20ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] RepositoryModule dependencies initialized +1ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [InstanceLoader] AuthentificationModule dependencies initialized +1ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RoutesResolver] AppController {/}: +52ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RouterExplorer] Mapped {/, GET} route +2ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RoutesResolver] AuthentificationController {/authentification}: +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RouterExplorer] Mapped {/authentification, POST} route +1ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RouterExplorer] Mapped {/authentification/:authtificationId, GET} route +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RouterExplorer] Mapped {/authentification/:authtificationId, DELETE} route +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [RouterExplorer] Mapped {/authentification/:authtificationId/remove, DELETE} route +0ms
[Nest] 17 - 10/24/2024, 8:55:08 AM LOG [NestApplication] Nest application successfully started +2ms
When I curl the container, it returns "Connection was forcibly closed by a peer."