# Do not edit! This file was generate via Makefile
FROM openshift/origin-base

ADD webhook /usr/bin/webhook
ENTRYPOINT ["/usr/bin/webhook"]
