diff --git a/PostgreSQL/Dockerfile b/PostgreSQL/Dockerfile index 8ad7598..7207c30 100644 --- a/PostgreSQL/Dockerfile +++ b/PostgreSQL/Dockerfile @@ -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/