Dockerfile snippet for postgres db

PHOTO EMBED

Tue Apr 16 2024 01:07:06 GMT+0000 (Coordinated Universal Time)

Saved by @juanpinheirx_

FROM postgres 
ENV POSTGRES_PASSWORD postgres 
ENV POSTGRES_DB testdb 
COPY init.sql /docker-entrypoint-initdb.d/
content_copyCOPY

https://wkrzywiec.medium.com/database-in-a-docker-container-how-to-start-and-whats-it-about-5e3ceea77e50