Fig.
This commit is contained in:
parent
50c09481ec
commit
16e742fcd7
5 changed files with 59 additions and 4 deletions
3
docker/postgres/Dockerfile
Normal file
3
docker/postgres/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM postgres:9.3
|
||||
ADD dbsetup.sh /docker-entrypoint-initdb.d/
|
||||
|
Reference in a new issue