This commit is contained in:
2025-10-15 07:30:31 +02:00
parent 6961caa2af
commit 7f58f12b8d
7 changed files with 75 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ RUN python3 -m pip install --no-cache-dir requests
WORKDIR /app
# Copier le script Python
COPY init_metabase.py /app/
COPY metabase_init.py /app/
# Lancer le script par défaut
ENTRYPOINT ["python3", "init_metabase.py"]
ENTRYPOINT ["python3", "metabase_init.py"]