blackbirdchess-docker-dev/postgres/Dockerfile

7 lines
85 B
Docker
Raw Normal View History

2016-05-07 03:16:06 +02:00
FROM postgres:latest
MAINTAINER Ben M <git@bmagg.com>
CMD ["postgres"]
EXPOSE 5432