Skip to content

Commit

Permalink
Change from dotnet runtime to dotnet/aspnet for hosting container.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 12, 2023
1 parent e0f9dea commit f7f7a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CMD ["dotnet", "run"]
#
#multi-stage target: prod
#
FROM mcr.microsoft.com/dotnet/runtime:7.0.1 AS prod
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS prod
ARG commit
ENV COMMIT=$commit
COPY --from=dev /app/dist /app
Expand Down

0 comments on commit f7f7a38

Please sign in to comment.