mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-03-18 21:40:38 +01:00
fix: use separate database connections for each function
- Refactored `send_discord.py` to better work with webhook (but remove the embed) - Updated Dockerfile to adjust package installation order.
This commit is contained in:
@@ -12,7 +12,7 @@ ADD send_gotify.py /
|
||||
ADD send_discord.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 gcc musl-dev nginx
|
||||
RUN apk add --no-cache sqlite-dev sqlite-libs musl-dev nginx gcc
|
||||
RUN pip install -r requirements.txt
|
||||
RUN chmod 700 /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user