fix missing character

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-16 16:28:01 +02:00
parent 4f30044d54
commit 364be594a2

View file

@ -21,7 +21,7 @@ RUN set -ex; \
chown -R postgres:postgres "$PGDATA"; \ chown -R postgres:postgres "$PGDATA"; \
\ \
mkdir /mnt/data; \ mkdir /mnt/data; \
chown postgres:postgres /mnt/data; chown postgres:postgres /mnt/data; \
\ \
# Give root a random password # Give root a random password
echo "root:$(openssl rand -base64 12)" | chpasswd echo "root:$(openssl rand -base64 12)" | chpasswd