From ff9c3cba046433684663a11218787db2b3f5e2e5 Mon Sep 17 00:00:00 2001 From: Mathis EON Date: Tue, 19 Dec 2023 08:29:07 +0100 Subject: [PATCH] =?UTF-8?q?Feat=20:=20Libell=C3=A9=20des=20d=C3=A9finition?= =?UTF-8?q?s=20dans=20les=20vocabulaires=20contr=C3=B4l=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2033a59..7df015f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,6 +119,7 @@ RUN for i in /build/vocabulary/*.ttl; do \ java -jar skos-play.jar alphabetical -i $i -o ${i%.ttl}.html -f html -l fr ; \ # Suppression des top terms dans le fichier HTML sed -i '/

.*<\/h2>/d' ${i%.ttl}.html ; \ + sed -i "s/
  • DEF : /
  • Périmètre d'application : /g" ${i%.ttl}.html ; \ done FROM nginx:1.20.2