Skip to content

Commit

Permalink
Fixed entrypoint name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nesterov committed Apr 9, 2020
1 parent 3379bdf commit f4ef658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MAVN.Service.SmartVouchers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "Lykke.Service.SmartVouchers.dll"]
ENTRYPOINT ["dotnet", "MAVN.Service.SmartVouchers.dll"]

0 comments on commit f4ef658

Please sign in to comment.