fix[SQL config]: dockerfile to load the sql code.

This commit is contained in:
damien DELPY 2024-11-08 11:15:10 +01:00
parent aa5e6de889
commit b37d86a1fb
No known key found for this signature in database

View File

@ -3,5 +3,5 @@ FROM postgres:17
WORKDIR /db
# postgresql will execute the files in that folder after build
COPY tables/tables.sql /docker-entrypoint-initdb.d/
COPY create.sql drop.sql insert.sql select.sql update.sql /docker-entrypoint-initdb.d/