fix docker file
This commit is contained in:
parent
e6b17edd36
commit
82f4f2aa1a
1 changed files with 1 additions and 1 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.dll"]
|
||||
ENTRYPOINT ["dotnet", "Sledgemapper.Api.dll"]
|
||||
|
||||
|
||||
# # https://hub.docker.com/_/microsoft-dotnet-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue