Skip to content

Commit

Permalink
Fixed entry point in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nesterov committed May 8, 2020
1 parent dacc56f commit a4aeadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MAVN.Service.CurrencyConverter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2-aspnetcore-runtime
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "MAVN.Service.CurrencyConvertor.dll"]
ENTRYPOINT ["dotnet", "MAVN.Service.CurrencyConverter.dll"]

0 comments on commit a4aeadd

Please sign in to comment.