Remove migration from entrypoint

This commit is contained in:
Félix MARQUET
2024-10-21 16:44:11 +02:00
committed by GitHub
parent 0be8d008c5
commit d796d5b24f

View File

@@ -7,5 +7,4 @@ echo -n "$USERNAME:$PASSWORD" | base64 > /auth.txt
nginx -g 'daemon off;' &
# Exécute le script Python
exec python ./migration.py
exec python ./ntfy.py