Skip to content

Commit

Permalink
Updated Dockerfile to use aspnetcore runtime instead of the regular one
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 24, 2018
1 parent 086a437 commit 4931681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /app/HomeAutio.Mqtt.GoogleHome
RUN dotnet publish -o out

# build runtime image
FROM microsoft/dotnet:2.1-runtime-alpine AS runtime
FROM microsoft/dotnet:2.1-aspnetcore-runtime-alpine AS runtime
WORKDIR /app
COPY --from=publish /app/HomeAutio.Mqtt.GoogleHome/out ./

Expand Down

0 comments on commit 4931681

Please sign in to comment.