Skip to content
Snippets Groups Projects
Commit 88f0dbff authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du Dockerfile pour ne plus voir 'LegacyKeyValueFormat: "ENV...

Correction du Dockerfile pour ne plus voir 'LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format'
parent 84b7aca5
Branches
No related tags found
No related merge requests found
Pipeline #30227 passed
...@@ -16,9 +16,9 @@ ARG RESOURCE_DIR="docker/dist" ...@@ -16,9 +16,9 @@ ARG RESOURCE_DIR="docker/dist"
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8 RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8 ENV LANG="fr_FR.utf8"
ENV TZ "Europe/Paris" ENV TZ="Europe/Paris"
ENV PGTZ "Europe/Paris" ENV PGTZ="Europe/Paris"
# #
# Copie des ressources à utiliser pour créer la base de données : # Copie des ressources à utiliser pour créer la base de données :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment