Adding of database initialization.

This commit is contained in:
2021-07-31 18:33:17 +02:00
parent c281df00c7
commit 935d8fc790
5 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
FROM postgres:13
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8