Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
julg committed Dec 7, 2023
1 parent 44a4a92 commit d7cbe97
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ COPY docker/batch/theses-batch-indexation.sh /scripts/theses-batch-indexation.sh
RUN chmod +x /scripts/theses-batch-indexation.sh
COPY --from=build-image /build/target/*.jar /scripts/theses-batch-indexation.jar
# Les fichiers de définition d'index et oaisets :
COPY /build/src/main/resources/indexs/personnes.json /scripts/src/main/resources/indexs/personnes.json
COPY /build/src/main/resources/indexs/recherche_personnes.json /scripts/src/main/resources/indexs/recherche_personnes.json
COPY /build/src/main/resources/indexs/thematiques.json /scripts/src/main/resources/indexs/thematiques.json
COPY /build/src/main/resources/indexs/theses.json /scripts/src/main/resources/indexs/theses.json
RUN ls /src/main/resources
COPY /build/src/main/resources/oaisets/listeOaiSets.xml /scripts/src/main/resources/oaisets/listeOaiSets.xml
COPY ./src/main/resources/indexs/personnes.json /scripts/src/main/resources/indexs/personnes.json
COPY ./src/main/resources/indexs/recherche_personnes.json /scripts/src/main/resources/indexs/recherche_personnes.json
COPY ./src/main/resources/indexs/thematiques.json /scripts/src/main/resources/indexs/thematiques.json
COPY ./src/main/resources/indexs/theses.json /scripts/src/main/resources/indexs/theses.json
COPY ./src/main/resources/oaisets/listeOaiSets.xml /scripts/src/main/resources/oaisets/listeOaiSets.xml
# Les locales fr_FR
RUN dnf install langpacks-fr glibc-all-langpacks -y
ENV LANG fr_FR.UTF-8
Expand Down

0 comments on commit d7cbe97

Please sign in to comment.