Skip to content

Commit

Permalink
Merge pull request #6 from EduardoRobles7/port-80
Browse files Browse the repository at this point in the history
test port
  • Loading branch information
erobles7 authored Dec 16, 2023
2 parents a8d0e86 + bf0a591 commit 6b2e73d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER $APP_UID
WORKDIR /app
EXPOSE 80
EXPOSE 443
EXPOSE 8080

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
Expand Down

0 comments on commit 6b2e73d

Please sign in to comment.