lego/PostgreSQL/Dockerfile
2024-10-26 09:28:18 +02:00

8 lines
147 B
Docker

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