Skip to content

Commit

Permalink
Dotnet changed default port, this should fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
allomanta committed Aug 27, 2024
1 parent bcd3cb7 commit 07605df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions IguideME.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN bash nodesource_setup.sh
RUN apt-get install -y nodejs
RUN corepack enable pnpm


# Copy csproj and restore as distinct layers
COPY *.csproj ./
RUN dotnet restore
Expand All @@ -20,4 +21,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0
WORKDIR /app
COPY --from=build-env /app/out .

ENV ASPNETCORE_HTTP_PORTS=80

ENTRYPOINT [ "dotnet", "IguideME.Web.dll" ]
4 changes: 2 additions & 2 deletions charts/iguideme/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: iguideme
description: IguideME
type: application
version: 0.3.2
appVersion: "0.3.2"
version: 0.3.201
appVersion: "0.3.201"

0 comments on commit 07605df

Please sign in to comment.