github.com/dnephin/dobi@v0.15.0/examples/init-db-with-rails/db/Dockerfile (about)

     1  
     2  FROM    postgres:9.4.8
     3  
     4  WORKDIR /init
     5  ENV     PGDATA=/var/run/pgdata
     6  COPY    load.sh /init/
     7  COPY    export.sql /init/
     8  RUN     ./load.sh