lego/PostgreSQL/Dockerfile
2024-11-08 11:15:10 +01:00

8 lines
182 B
Docker

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