Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Sep 13, 2024
1 parent 2c30c59 commit ac3eb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurips23/streaming/Dockerfile.BasePostgres
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir /var/lib/postgresql/test_database
RUN /usr/lib/postgresql/16/bin/initdb -D /var/lib/postgresql/test_database
USER root

# create that we will use start the database during the tests
# create the script that we will use start the database during the tests
RUN echo "su - postgres -c \"/usr/lib/postgresql/16/bin/pg_ctl \
-D /var/lib/postgresql/test_database \
-l /var/lib/postgresql/test_database_logfile \
Expand Down

0 comments on commit ac3eb27

Please sign in to comment.