more tentative to fix build

This commit is contained in:
Michele 2020-11-22 22:18:20 +00:00
parent f67b20d6bb
commit 4fc7babd75
3 changed files with 76 additions and 76 deletions

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.Api.dll"]
ENTRYPOINT ["dotnet", "/app/Sledgemapper.Api.dll"]
# # https://hub.docker.com/_/microsoft-dotnet-core