mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Fix docker bad practice
This commit is contained in:
parent
48e4b6e820
commit
6ab066d5b6
3 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue