Files
odoocker/postgres/Dockerfile

5 lines
140 B
Docker
Raw Normal View History

2023-04-19 14:27:50 -05:00
FROM postgres:15.1
RUN apt-get update && apt-get install postgresql-contrib
COPY ./entrypoint.sh /docker-entrypoint-initdb.d/entrypoint.sh