Skip to content

Commit

Permalink
ci: Copy the new databse dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Oct 2, 2024
1 parent a545c50 commit 61dc5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/db.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV POSTGRES_HOST_AUTH_METHOD=trust
ENV PGDATA=/data

COPY docker/scripts/db-import.sh /docker-entrypoint-initdb.d/
COPY ietfa.torchbox.latest.gz /
COPY ietfwww.dump /

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

0 comments on commit 61dc5ba

Please sign in to comment.