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
commit 1ca87aee07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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