mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-04 22:49:30 +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 |