Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
willejs committed Mar 29, 2018
1 parent c39ab13 commit a52111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ COPY --from=0 /go/src/github.com/abutaha/aws-es-proxy/aws-es-proxy /usr/local/bi
ENV PORT_NUM 9200
EXPOSE ${PORT_NUM}

ENTRYPOINT "aws-es-proxy"
ENTRYPOINT ["aws-es-proxy"]
CMD ["-h"]

0 comments on commit a52111e

Please sign in to comment.