Skip to content

Commit

Permalink
fix: correct entrypoint for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored and CumpsD committed Apr 25, 2019
1 parent aa29ef1 commit 8649653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicServiceRegistry.Projector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ WORKDIR /app
EXPOSE 5000/tcp
ENV ASPNETCORE_URLS http://*:5000

ENTRYPOINT ["./PublicServiceRegistry.Api.Projector"]
ENTRYPOINT ["./PublicServiceRegistry.Projector"]

0 comments on commit 8649653

Please sign in to comment.