Skip to content

Commit cf8e860

Browse files
committed
chore: updated docker port from 80 to 8080
1 parent 1500006 commit cf8e860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ WORKDIR /app
1919
COPY --from=build /app ./
2020

2121
# Configure environment variables
22-
ENV ASPNETCORE_URLS=http://+:80
22+
ENV ASPNETCORE_URLS=http://+:8080
2323
ENV ASPNETCORE_ENVIRONMENT=Production
2424

2525
# Expose port that Cloud Run will use
26-
EXPOSE 80
26+
EXPOSE 8080
2727

2828
ENTRYPOINT ["dotnet", "AdminHubApi.dll"]

0 commit comments

Comments
 (0)