mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-18 03:49:31 +08:00
5 lines
109 B
Docker
5 lines
109 B
Docker
FROM postgres:9.6
|
|
|
|
ENV MSSQL_SA_PASSWORD=DockerCon!!!
|
|
|
|
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh |