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