Adding of database initialization.
This commit is contained in:
3
docker/database/Dockerfile
Normal file
3
docker/database/Dockerfile
Normal 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
|
||||
3
docker/database/scripts/00-init_env.sh
Normal file
3
docker/database/scripts/00-init_env.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
Reference in New Issue
Block a user