From 6206dbce7a103541974902bccd208fafb3a0c99d Mon Sep 17 00:00:00 2001 From: nutchayut Date: Sun, 2 Jun 2024 00:24:37 +0700 Subject: [PATCH] b --- OCPP.Core.Management/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCPP.Core.Management/Dockerfile b/OCPP.Core.Management/Dockerfile index 80352f6..7a8b16f 100644 --- a/OCPP.Core.Management/Dockerfile +++ b/OCPP.Core.Management/Dockerfile @@ -8,5 +8,5 @@ RUN dotnet publish OCPP.Core.Management/OCPP.Core.Management.csproj -o /publish FROM registry.71dev.com/dotnetaspnet:8.0 WORKDIR /app COPY --from=build-env /publish . -ENV ASPNETCORE_URLS http://*:8081 +ENV ASPNETCORE_URLS http://*:8082 ENTRYPOINT ["dotnet", "OCPP.Core.Management.dll"] \ No newline at end of file