Skip to content

Commit

Permalink
Fixed wrong docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlesselmann committed Sep 21, 2019
1 parent 11236fd commit 0a2cfa9
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 @@ -10,7 +10,7 @@ COPY . ./
RUN dotnet publish -c Release -o out

# Build runtime image
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
FROM mcr.microsoft.com/dotnet/core/runtime:2.2
WORKDIR /app
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "zobo.dll"]

0 comments on commit 0a2cfa9

Please sign in to comment.