Add docker-hub compatibility

This commit is contained in:
Félix MARQUET
2024-10-21 16:15:01 +02:00
committed by GitHub
parent a270978728
commit 3cfa54248f
10 changed files with 377 additions and 34 deletions

View File

@@ -4,10 +4,11 @@ LABEL maintainer="BreizhHardware"
ADD ntfy.py /
ADD ntfy_api.py /
ADD migration.py /migration.py /
ADD requirements.txt /
ADD entrypoint.sh /
ADD index.html /var/www/html/index.html
ADD script.js /var/www/html/script.js
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 pip install -r requirements.txt