more tentative to fix build
This commit is contained in:
parent
f67b20d6bb
commit
4fc7babd75
3 changed files with 76 additions and 76 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue