cleanup: suppression références team-static.html inutiles
- Suppression copie team-static.html du Dockerfile (plus nécessaire) - Suppression vérifications team-static.html des logs de build - Suppression fichier public/team-static.html (intégration directe) Nettoyage suite à l'intégration directe du HTML dans la page React
This commit is contained in:
@@ -1079,13 +1079,6 @@ RUN if [ -d "out" ]; then \
|
||||
echo "📁 Contenu de /app/public/:" && \
|
||||
ls -la /app/public/ 2>/dev/null | head -10 || echo "/app/public/ non accessible"; \
|
||||
fi && \
|
||||
if [ -f "public/team-static.html" ]; then \
|
||||
cp -v public/team-static.html out/team-static.html && echo "✅ team-static.html copié depuis public/ vers out/"; \
|
||||
elif [ -f "/app/public/team-static.html" ]; then \
|
||||
cp -v /app/public/team-static.html out/team-static.html && echo "✅ team-static.html copié depuis /app/public/ vers out/"; \
|
||||
else \
|
||||
echo "⚠️ team-static.html introuvable dans public/ ou /app/public/"; \
|
||||
fi && \
|
||||
if [ -f "public/team-visualization-data.json" ]; then \
|
||||
cp -v public/team-visualization-data.json out/team-visualization-data.json && echo "✅ team-visualization-data.json copié dans out/"; \
|
||||
else \
|
||||
@@ -1100,8 +1093,6 @@ RUN if [ -d "out" ]; then \
|
||||
fi && \
|
||||
echo "🔍 VÉRIFICATION: team.html dans out/:" && \
|
||||
ls -la out/team.html 2>/dev/null || echo "❌ team.html absent de out/" && \
|
||||
echo "🔍 VÉRIFICATION: team-static.html dans out/:" && \
|
||||
ls -la out/team-static.html 2>/dev/null || echo "❌ team-static.html absent de out/" && \
|
||||
echo "" && \
|
||||
echo "📁 Vérification finale dans out/:" && \
|
||||
ls -la out/ | grep -E "(team\.html|team-visualization)" && echo "✅ Fichiers team présents dans out/" || echo "⚠️ Fichiers team non trouvés dans out/"; \
|
||||
|
||||
Reference in New Issue
Block a user