mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 23:21:36 +01:00
update webhook
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
# Dockerfile for webhook
|
||||
#
|
||||
|
||||
FROM scratch
|
||||
COPY webhook /
|
||||
ENTRYPOINT ["/webhook"]
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN apk add -U bash
|
||||
|
||||
COPY webhook /usr/local/bin
|
||||
|
||||
WORKDIR /scripts
|
||||
VOLUME /scripts
|
||||
|
||||
EXPOSE 9000
|
||||
|
||||
ENTRYPOINT ["webhook"]
|
||||
CMD ["-help"]
|
||||
|
||||
Reference in New Issue
Block a user