mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
7 lines
93 B
Docker
7 lines
93 B
Docker
ARG POSTGRES_VERSION=alpine
|
|
FROM postgres:${POSTGRES_VERSION}
|
|
|
|
CMD ["postgres"]
|
|
|
|
EXPOSE 5432
|