Fixtures for brew in postgres
This commit is contained in:
5
postgres/Dockerfile
Normal file
5
postgres/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM postgres:latest
|
||||
MAINTAINER tanshu
|
||||
|
||||
COPY user.sql /docker-entrypoint-initdb.d/
|
||||
COPY brew.sql /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user