mirror of
https://github.com/anassahmed/odoo_bucardo_replication.git
synced 2026-02-28 16:51:39 +02:00
9 lines
161 B
Docker
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"]
|