Skip to content

Commit

Permalink
copie du code source
Browse files Browse the repository at this point in the history
  • Loading branch information
julg committed Dec 7, 2023
1 parent 356a9c8 commit 756f9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV LC_ALL fr_FR.UTF-8
# éviter à maven de retélécharger toutes les dépendances
#COPY ./.m2/ /root/.m2/
COPY ./pom.xml /build/pom.xml
COPY ./src/ /build/src/

RUN mvn --batch-mode \
-Dmaven.test.skip=false \
Expand All @@ -30,7 +31,7 @@ WORKDIR /scripts/
# systeme pour les crontab
# cronie: remplacant de crond qui support le CTRL+C dans docker (sans ce système c'est compliqué de stopper le conteneur)
# gettext: pour avoir envsubst qui permet de gérer le template tasks.tmpl
RUN dnf install -y cronie gettext && \
RUN dnf install -y cronie gettext && \java --ver
crond -V && rm -rf /etc/cron.*/*
COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
# Le JAR et le script pour le batch d'insertion des thèses et personnes dans ES
Expand Down

0 comments on commit 756f9ce

Please sign in to comment.