fix[SQL config]: dockerfile to load the sql code.
This commit is contained in:
parent
aa5e6de889
commit
b37d86a1fb
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user