Compare commits

..

2 Commits

Author SHA1 Message Date
akiel 7d1c5cce10 Add notification app 2020-08-14 15:52:21 +02:00
akiel dd226a1f62 Use sh instead of bash 2020-08-14 15:45:54 +02:00
2 changed files with 2 additions and 1 deletions
+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"]
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
echo "something going on here"