Skip to content

Commit 8503268

Browse files
committed
Fix config file
1 parent 727f8ce commit 8503268

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-entrypoint.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

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
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
88

99
# Initialiser le module d'indexation si la base de données n'existe pas
1010
if [ ! -f "YAM_events.db" ]; then

0 commit comments

Comments
 (0)