Dockerfile 94 B

1234567
  1. FROM postgres:alpine
  2. LABEL maintainer="Ben M <git@bmagg.com>"
  3. CMD ["postgres"]
  4. EXPOSE 5432