mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 13:24:27 +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
|