From ac3eb2701775a74ee19281676f7de0d0fe883aea Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 13 Sep 2024 13:38:59 +0300 Subject: [PATCH] comment --- neurips23/streaming/Dockerfile.BasePostgres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurips23/streaming/Dockerfile.BasePostgres b/neurips23/streaming/Dockerfile.BasePostgres index 564f0762..28361a5a 100644 --- a/neurips23/streaming/Dockerfile.BasePostgres +++ b/neurips23/streaming/Dockerfile.BasePostgres @@ -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 \