blackbirdchess-docker-dev/postgres/Dockerfile

8 lines
86 B
Docker
Raw Normal View History

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