Docker: fix typo

This commit is contained in:
Sonja Happ 2019-04-24 14:51:56 +02:00
parent 6fa646b9dd
commit 76e11a5cb6

View file

@ -33,8 +33,8 @@ RUN apt-get update && apt-get install -y postgresql-11
USER postgres
RUN /etc/init.d/postgresql start &&\
psql --command "CREATE USER villasuser WITH SUPERUSER PASSWORD 'villasuser';" &&\
createdb -O villasuser testvillasdb
psql --command "CREATE USER villasuser WITH SUPERUSER PASSWORD 'villasuser';" && \
createdb -O villasuser testvillasdb && \
createdb -O villasuser villasdb
# Add ``listen_addresses`` to ``/etc/postgresql/11/main/postgresql.conf``