mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Move large.sql into the repo
This commit is contained in:
parent
ce35fc90a0
commit
401902b4a9
3 changed files with 16080 additions and 1 deletions
|
@ -29,6 +29,8 @@ ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000
|
|||
|
||||
1. Build your containers. The `proxstar` container serves as proxstar, rq, rq-scheduler, and VNC. The `proxstar-postgres` container sets up the database schema.
|
||||
|
||||
`mkdir HACKING/proxstar-postgres/volume`
|
||||
|
||||
`podman build . --tag=proxstar`
|
||||
|
||||
`podman build HACKING/proxstar-postgres --tag=proxstar-postgres`
|
||||
|
|
|
@ -8,4 +8,5 @@ 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.
|
||||
RUN curl https://csh.rit.edu/~wilnil/storage/proxstar-postgres/large.sql -o /docker-entrypoint-initdb.d/large.sql
|
||||
#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
|
||||
|
|
16076
HACKING/proxstar-postgres/large.sql
Normal file
16076
HACKING/proxstar-postgres/large.sql
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue