Move schema, clean up postgres dockerfile

This commit is contained in:
Will Nilges 2022-06-25 21:54:48 -04:00
parent d016590d2f
commit 013b91f2f0
3 changed files with 3 additions and 6 deletions

View file

@ -6,7 +6,4 @@ RUN apt-get update \
&& cpanm Data::Validate::Domain \
&& apt-get remove -y build-essential
#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.
#RUN curl https://csh.rit.edu/~wilnil/storage/proxstar-postgres/large.sql -o /docker-entrypoint-initdb.d/large.sql
COPY large.sql /docker-entrypoint-initdb.d/large.sql
COPY ./schema/large.sql /docker-entrypoint-initdb.d/