add dockerfile with loaded scripts dir

This commit is contained in:
Matvey Arye 2016-11-02 11:57:19 -04:00
parent 696e9d0304
commit e6bf104718

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM postgres:9.5
MAINTAINER Matvey Arye
ENV PG_MAJOR 9.5
COPY sql /sql
CMD ["psql"]