mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
5 lines
140 B
Docker
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
|