Fix docker bad practice

This commit is contained in:
Will Nilges 2021-10-15 20:55:09 -04:00
parent 48e4b6e820
commit 6ab066d5b6
3 changed files with 12 additions and 9 deletions

View file

@ -8,4 +8,4 @@ RUN apt-get update \
#COPY ./schema/large.sql /docker-entrypoint-initdb.d/ # Woa there, pal; That's a lot of S C H E M A.
# I volunteer as tribute. DM me if this breaks.
ADD https://csh.rit.edu/~wilnil/proxstar-postgres/large.sql /docker-entrypoint-initdb.d/
RUN curl https://csh.rit.edu/~wilnil/proxstar-postgres/large.sql -o /docker-entrypoint-initdb.d/large.sql