mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
9 lines
96 B
Docker
9 lines
96 B
Docker
#
|
|
# Dockerfile for webhook
|
|
#
|
|
|
|
FROM scratch
|
|
COPY webhook /
|
|
ENTRYPOINT ["/webhook"]
|
|
CMD ["-help"]
|