mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
2 lines
68 B
Docker
2 lines
68 B
Docker
|
FROM postgres:10.7-alpine
|
||
|
COPY init.sql /docker-entrypoint-initdb.d/
|