Add test database configuration and schema creation for testing

This commit is contained in:
grillazz
2025-12-25 15:56:23 +01:00
parent f90513aab4
commit 5d34b04ca1
9 changed files with 96 additions and 17 deletions

View File

@@ -1,9 +1,6 @@
# pull official base image
FROM postgres:17.6-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