1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/webhook/Dockerfile

9 lines
96 B
Docker
Raw Normal View History

2015-11-05 11:32:10 +08:00
#
# Dockerfile for webhook
#
FROM scratch
COPY webhook /
ENTRYPOINT ["/webhook"]
CMD ["-help"]