Files
odoo_bucardo_replication/bucardo/Dockerfile
2017-08-01 12:40:56 +02:00

9 lines
161 B
Docker

FROM anassahmed/postgres:9.4
MAINTAINER Anass Ahmed <anass.1430@gmail.com>
RUN apt update && apt install -y bucardo
COPY start.sh /
ENTRYPOINT ["./start.sh"]