mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 19:39:31 +08:00
6 lines
110 B
Docker
6 lines
110 B
Docker
FROM postgres:9.6
|
|
|
|
ENV POSTGRES_PASSWORD=DockerCon!!!
|
|
|
|
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh
|