fix docker file

This commit is contained in:
Michele 2020-11-22 21:28:44 +00:00
parent e6b17edd36
commit 82f4f2aa1a

View file

@ -27,7 +27,7 @@ RUN dotnet publish -c release -o /app --no-restore
FROM mcr.microsoft.com/dotnet/aspnet:5.0
WORKDIR /app
COPY --from=build /app ./
ENTRYPOINT ["dotnet", "Sledgemapper.dll"]
ENTRYPOINT ["dotnet", "Sledgemapper.Api.dll"]
# # https://hub.docker.com/_/microsoft-dotnet-core