Skip to content

Commit

Permalink
port update
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep Dolphin committed Sep 11, 2024
1 parent acd5ed8 commit 0a3c1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Application/src/RazorPagesTestSample/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN dotnet publish -c Release -o out

# Use the official .NET 8 runtime image to run the application
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
# Expose the desired port
EXPOSE 8080

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit 0a3c1fa

Please sign in to comment.