Merge pull request #9 from BillMills/v3-postgres

aaand the db password
This commit is contained in:
Bill Mills
2019-06-22 13:32:59 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
FROM postgres:9.6
ENV MSSQL_SA_PASSWORD=DockerCon!!!
ENV POSTGRES_PASSWORD=DockerCon!!!
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh