We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727f8ce commit 8503268Copy full SHA for 8503268
docker-entrypoint.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
-# Vérifier si le fichier config.json existe
4
-if [ ! -f "config.json" ]; then
5
- echo "Erreur: config.json non trouvé. Veuillez monter le fichier config.json dans le conteneur."
6
- exit 1
7
-fi
+# # Vérifier si le fichier config.json existe
+# if [ ! -f "config.json" ]; then
+# echo "Erreur: config.json non trouvé. Veuillez monter le fichier config.json dans le conteneur."
+# exit 1
+# fi
8
9
# Initialiser le module d'indexation si la base de données n'existe pas
10
if [ ! -f "YAM_events.db" ]; then
0 commit comments