3 lines
123 B
Docker
3 lines
123 B
Docker
FROM postgres:11.9-alpine
|
|
COPY --chown={{ postgres_db_user }}:{{ postgres_db_user }} init.sql /docker-entrypoint-initdb.d/
|