mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:36 +02:00
9 lines
96 B
Docker
9 lines
96 B
Docker
|
#
|
||
|
# Dockerfile for webhook
|
||
|
#
|
||
|
|
||
|
FROM scratch
|
||
|
COPY webhook /
|
||
|
ENTRYPOINT ["/webhook"]
|
||
|
CMD ["-help"]
|