diff --git a/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj b/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj index 5ab2620e3d7478c9d45882b76188dd412127d199..76e1b89170b601205e1647fe5d32e110227aa2bd 100644 --- a/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj +++ b/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj @@ -4,6 +4,8 @@ net6.0 EOM.TSHotelManager.WebApi.Program True + Linux + ..\.. @@ -29,6 +31,7 @@ + diff --git a/EOM.TSHotelManager.WebApi/Properties/launchSettings.json b/EOM.TSHotelManager.WebApi/Properties/launchSettings.json index 6cbbe87453e5968c6fb3437e3fc45e562a1e81a8..b399226cd9e90be9970443d89fe76ee275ef625a 100644 --- a/EOM.TSHotelManager.WebApi/Properties/launchSettings.json +++ b/EOM.TSHotelManager.WebApi/Properties/launchSettings.json @@ -1,13 +1,4 @@ -{ - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:63001", - "sslPort": 0 - } - }, +{ "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -19,13 +10,31 @@ }, "EOM.TSHotelManager.WebApi": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger/index.html", - "applicationUrl": "http://localhost:63001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:63001" + }, + "Container (Dockerfile)": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger/index.html", + "environmentVariables": { + "ASPNETCORE_URLS": "http://+:80" + }, + "publishAllPorts": true + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63001", + "sslPort": 0 } } -} +} \ No newline at end of file diff --git a/topsky-hotel-manager-system-web-api.tar b/topsky-hotel-manager-system-web-api.tar new file mode 100644 index 0000000000000000000000000000000000000000..e74f07e60f23a5abf953b803fd1e695235c6fcbf Binary files /dev/null and b/topsky-hotel-manager-system-web-api.tar differ