Fix entrypoint persmisson

This commit is contained in:
Félix MARQUET
2024-10-21 16:41:25 +02:00
committed by GitHub
parent a14cc1848f
commit 0be8d008c5
3 changed files with 7 additions and 8 deletions

View File

@@ -5,13 +5,13 @@ LABEL version_number="1.4"
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
RUN chmod 700 /entrypoint.sh
# Définir les variables d'environnement pour username et password
ENV USERNAME="" \