laradock/postgres/Dockerfile

8 lines
86 B
Docker
Raw Normal View History

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