mirror of https://github.com/docker/compose.git
4 lines
71 B
Docker
4 lines
71 B
Docker
|
FROM postgres:10.0-alpine
|
||
|
|
||
|
COPY words.sql /docker-entrypoint-initdb.d/
|