Open leinelissen opened 1 week ago
We have to specify the LC_MESSAGES locale because we rely on inspecting the output of the initdb command to see if Postgres is ready. As we're looking for a particular string, we need to force that string into the right locale.
initdb
Fixes #15
We have to specify the LC_MESSAGES locale because we rely on inspecting the output of the
initdb
command to see if Postgres is ready. As we're looking for a particular string, we need to force that string into the right locale.Fixes #15