blackbirdchess-docker-dev/postgres/Dockerfile
zuohuadong dff0e82ddb alpine be quckly
alpine be quckly
2017-10-12 18:42:11 +08:00

8 lines
86 B
Docker

FROM postgres:alpine
MAINTAINER Ben M <git@bmagg.com>
CMD ["postgres"]
EXPOSE 5432