7 lines
85 B
Docker
7 lines
85 B
Docker
FROM postgres:latest
|
|
|
|
MAINTAINER Ben M <git@bmagg.com>
|
|
|
|
CMD ["postgres"]
|
|
|
|
EXPOSE 5432 |