initial version

This commit is contained in:
Robin Appelman 2017-03-18 22:27:06 +01:00
commit 10b194f7e8
3 changed files with 575 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM postgres:9.6-alpine
RUN mkdir -p /docker-entrypoint-initdb.d
ADD schema.sql /docker-entrypoint-initdb.d/