diff --git a/GeoPulse Pipeline/dockerfile b/GeoPulse Pipeline/dockerfile index 413a5e1..6a0e72f 100644 --- a/GeoPulse Pipeline/dockerfile +++ b/GeoPulse Pipeline/dockerfile @@ -12,6 +12,6 @@ WORKDIR /app COPY --from=build /app/publish . -ENV ASPNETCORE_HTTP_PORTS=8080 +ENV ASPNETCORE_HTTP_PORTS=5000 ENTRYPOINT ["dotnet", "GeoPulse Pipeline.dll"]