Skip to content

Commit

Permalink
Merge pull request #29 from IliyanIlievPH/2
Browse files Browse the repository at this point in the history
change docker file
  • Loading branch information
starkmsu committed May 8, 2020
2 parents a576b53 + 1f5c684 commit a78e0c3
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 a78e0c3

Please sign in to comment.