add test data to project

This commit is contained in:
Jakub Miazek
2022-06-05 19:56:55 +02:00
parent 38ac92e95a
commit 5a69a44aa0
4 changed files with 1018 additions and 0 deletions

View File

@@ -3,3 +3,8 @@ FROM postgres:14-alpine
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d
WORKDIR /home/gx/code
COPY shakespeare_chapter.sql /home/gx/code/shakespeare_chapter.sql
COPY shakespeare_work.sql /home/gx/code/shakespeare_work.sql