6 lines
126 B
Docker
6 lines
126 B
Docker
|
FROM postgres:latest
|
||
|
MAINTAINER tanshu
|
||
|
|
||
|
COPY user.sql /docker-entrypoint-initdb.d/
|
||
|
COPY brew.sql /docker-entrypoint-initdb.d/
|