Mercurial > public > ssdt-docker
comparison postgres/Dockerfile @ 293:95d7d70f34a5 production v2.4.0
flow: Merged <release> 'v2.4.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Thu, 27 Dec 2018 00:06:14 +0000 |
parents | b0b52c426f16 |
children |
comparison
equal
deleted
inserted
replaced
285:cd2e677afa4e | 293:95d7d70f34a5 |
---|---|
1 # | 1 # |
2 # Docker file to create postgres image for ssdt applications | 2 # Docker file to create postgres image for ssdt applications |
3 | 3 |
4 FROM postgres:9.6.3 | 4 FROM postgres:9.6.11 |
5 | 5 |
6 MAINTAINER Dave Smith smith@nwoca.org | 6 MAINTAINER Dave Smith smith@nwoca.org |
7 | 7 |
8 ENV DB_NAME=database \ | 8 ENV DB_NAME=database \ |
9 DB_USER=dbuser \ | 9 DB_USER=dbuser \ |