1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/webhook/Dockerfile
2015-11-05 11:32:10 +08:00

9 lines
96 B
Docker

#
# Dockerfile for webhook
#
FROM scratch
COPY webhook /
ENTRYPOINT ["/webhook"]
CMD ["-help"]