Skip to content

Commit

Permalink
fix(Dockerfile): entrypoint instead of cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Apr 18, 2020
1 parent 9fc9da3 commit b4f5cfa
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 @@ -12,4 +12,4 @@ LABEL maintainer="cncf-falco-dev@lists.cncf.io"

RUN make

CMD ["./event-generator"]
ENTRYPOINT ["./event-generator"]

0 comments on commit b4f5cfa

Please sign in to comment.