6 lines
82 B
Docker
6 lines
82 B
Docker
FROM postgres:10.1
|
|
|
|
MAINTAINER SamR1
|
|
|
|
COPY create.sql /docker-entrypoint-initdb.d
|