blackbirdchess-docker-dev/postgres/Dockerfile

8 lines
94 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
2018-03-16 14:09:15 +01:00
LABEL maintainer="Ben M <git@bmagg.com>"
2016-05-07 03:16:06 +02:00
CMD ["postgres"]
2017-10-12 12:42:11 +02:00
EXPOSE 5432