Skip to content

Commit 7b922f6

Browse files
authored
ci: fix db dump path
1 parent 2ef6985 commit 7b922f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/db.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV PGDATA=/data
1111

1212
COPY docker/scripts/db-load-default-extensions.sh /docker-entrypoint-initdb.d/
1313
COPY docker/scripts/db-import.sh /docker-entrypoint-initdb.d/
14-
COPY ietf.dump /
14+
COPY datatracker.dump /
1515

1616
RUN ["sed", "-i", "s/exec \"$@\"/echo \"skipping...\"/", "/usr/local/bin/docker-entrypoint.sh"]
1717
RUN ["/usr/local/bin/docker-entrypoint.sh", "postgres"]

0 commit comments

Comments
 (0)