fix: change dockefile port 5000
This commit is contained in:
parent
799a9bb064
commit
0b852c0b53
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user