From a5538bdc506112ad83bf11b380fe732f9a67f354 Mon Sep 17 00:00:00 2001 From: Nestisse Date: Fri, 29 Mar 2024 12:42:42 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20de=20port=20expos=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API_SQLuedo/API/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/API_SQLuedo/API/Dockerfile b/API_SQLuedo/API/Dockerfile index e2db675..a4d2864 100644 --- a/API_SQLuedo/API/Dockerfile +++ b/API_SQLuedo/API/Dockerfile @@ -1,8 +1,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER app WORKDIR /app -EXPOSE 8080 -EXPOSE 8081 +EXPOSE 7259 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release