Skip to content

Commit

Permalink
optimize docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 23, 2024
1 parent 9de4451 commit 4ee84f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-jammy-chiseled-amd64

# Listen ports
EXPOSE 8080

# Copy files from other build jobs
COPY publish .

USER $APP_UID
EXPOSE 8080

ENTRYPOINT ["dotnet", "Nager.PublicSuffixService.dll"]

0 comments on commit 4ee84f9

Please sign in to comment.