Skip to content

Commit

Permalink
fix an inconsistent name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowryduda committed Nov 30, 2017
1 parent a8f3a63 commit 2078477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt-get update \
&& apt-get install -y coreutils diffutils wget gzip \
&& rm -rf /var/lib/apt/lists/*

ADD 10-download.sh /docker-entrypoint-initdb.d/10-check-download.sh
ADD 10-download.sh /docker-entrypoint-initdb.d/10-download.sh
ADD 20-load-db.sql /docker-entrypoint-initdb.d/20-load-db.sql
ADD 30-done.sh /docker-entrypoint-initdb.d/30-done.sh

0 comments on commit 2078477

Please sign in to comment.