fix(dockerfile): add send_slack.py to the dockerfile

This commit is contained in:
Félix MARQUET
2025-05-05 09:08:18 +00:00
committed by GitHub
parent e7b89930f1
commit c81fc26881

View File

@@ -10,6 +10,7 @@ ADD entrypoint.sh /
ADD send_ntfy.py /
ADD send_gotify.py /
ADD send_discord.py /
ADD send_slack.py /
ADD index.html /var/www/html/index.html
ADD script.js /var/www/html/script.js
RUN apk add --no-cache sqlite-dev sqlite-libs musl-dev nginx gcc