Debug
continuous-integration/drone/push Build is passing Details

deploiement
Clement CHIEU 1 year ago
parent ce8ab1cf36
commit d980c972a4

@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app USER app
WORKDIR /app WORKDIR /app
EXPOSE 8080 EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release ARG BUILD_CONFIGURATION=Release

@ -14,7 +14,7 @@
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "containers/johnnyratton-sqluedo-api", "launchUrl": "containers/johnnyratton-sqluedo-api",
"applicationUrl": "http://localhost:5015", "applicationUrl": "http://localhost:8081",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
@ -24,7 +24,7 @@
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "containers/johnnyratton-sqluedo-api", "launchUrl": "containers/johnnyratton-sqluedo-api",
"applicationUrl": "https://localhost:7259;http://localhost:5015", "applicationUrl": "https://localhost:8081;http://localhost:5015",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

@ -1,5 +1,14 @@
{ {
"https_port": 8081, "Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:8081"
},
"Https": {
"Url": "https://localhost:8081"
}
}
},
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",

Loading…
Cancel
Save