1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02: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"]