From 4a7ee5aa6253f56dedca0bb6faac680960c6db5a Mon Sep 17 00:00:00 2001 From: henrik Date: Wed, 13 Nov 2024 17:44:54 +0100 Subject: [PATCH] chore: Updated dockerfile port --- Pushy/Pushy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pushy/Pushy/Dockerfile b/Pushy/Pushy/Dockerfile index 5e83cd2..6cafed6 100644 --- a/Pushy/Pushy/Dockerfile +++ b/Pushy/Pushy/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER $APP_UID WORKDIR /app -EXPOSE 80 +EXPOSE 8080 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release