Skip to content

Commit

Permalink
Perplexity : ajout de la demande
Browse files Browse the repository at this point in the history
RUN sudo timedatectl set-timezone Europe/Paris
Pour la maj de l'heure pour l'image du batch
  • Loading branch information
jvk88511334 committed Feb 2, 2024
1 parent d2aa586 commit 1f234bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
# Le JAR et le script pour le batch de LN
RUN dnf install -y java-11-openjdk

ENV TZ="Europe/Paris"

RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata

ENV TZ="Europe/Paris"
RUN sudo timedatectl set-timezone Europe/Paris

COPY ./docker/batch/itemBatchRestartJobs.sh /scripts/itemBatchRestartJobs.sh
RUN chmod +x /scripts/itemBatchRestartJobs.sh
Expand Down

0 comments on commit 1f234bb

Please sign in to comment.