We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f7e41 commit c2e75f1Copy full SHA for c2e75f1
tests/perf-testing/oldest_supported/Dockerfile
@@ -34,8 +34,6 @@ RUN git clone https://github.com/percona/pg_stat_monitor.git \
34
# Download the titanic database
35
RUN wget https://raw.githubusercontent.com/neondatabase/postgres-sample-dbs/main/titanic.sql -P /docker-entrypoint-initdb.d/
36
37
-RUN echo ${PWD} && ls -lR
38
-
39
# Enable the extensions and setup the titanic database
40
COPY 01-init-extensions.sql /docker-entrypoint-initdb.d/01-init-extensions.sql
41
COPY 02-create-database.sql /docker-entrypoint-initdb.d/02-create-database.sql
0 commit comments