Skip to content

Commit

Permalink
change docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanIlievPH committed May 8, 2020
1 parent afd80e7 commit 1f5c684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MAVN.Service.WAMPHost/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.WampHost.dll"]
ENTRYPOINT ["dotnet", "MAVN.Service.WAMPHost.dll"]

0 comments on commit 1f5c684

Please sign in to comment.