mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-25 15:34:26 +00:00
8 lines
94 B
Docker
8 lines
94 B
Docker
FROM postgres:alpine
|
|
|
|
LABEL maintainer="Ben M <git@bmagg.com>"
|
|
|
|
CMD ["postgres"]
|
|
|
|
EXPOSE 5432
|