5
postgres/Dockerfile
Normal file
5
postgres/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM postgres:latest
|
||||
|
||||
# Custom initialization scripts
|
||||
COPY ./create_user.sh /docker-entrypoint-initdb.d/10-create_user.sh
|
||||
COPY ./create_db.sh /docker-entrypoint-initdb.d/20-create_db.sh
|
Reference in New Issue
Block a user