mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Docker: fix typo
This commit is contained in:
parent
6fa646b9dd
commit
76e11a5cb6
1 changed files with 2 additions and 2 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Reference in a new issue