Files
odoocker/postgres/Dockerfile
2023-04-19 14:27:50 -05:00

5 lines
140 B
Docker

FROM postgres:15.1
RUN apt-get update && apt-get install postgresql-contrib
COPY ./entrypoint.sh /docker-entrypoint-initdb.d/entrypoint.sh