Compare commits

...

1 Commits

Author SHA1 Message Date
akiel 7d1c5cce10 Add notification app 2020-08-14 15:52:21 +02:00
+1
View File
@@ -1,3 +1,4 @@
FROM alpine:3.10
RUN wget https://github.com/aleph-engineering/rocketchat-notification/releases/download/1.4.1/rocketchat-notification -P /usr/bin/ && chmod +x /usr/bin/rocketchat-notification
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]