Remove unused dockerfile

This commit is contained in:
Jorge Alberto Díaz Orozco (Akiel)
2026-03-23 21:30:56 +01:00
parent bde174722c
commit 3a3db59139
-5
View File
@@ -1,5 +0,0 @@
FROM alpine:3.10
RUN apk --no-cache add ca-certificates
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"]