Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Re-enabled sed instruction to point to rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
brecke committed Mar 23, 2017
1 parent 2d8bba0 commit 773407d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ RUN cd /opt/etherpad && npm install ep_headings
RUN cd /opt/etherpad/node_modules && git clone https://github.com/oaeproject/ep_oae && cd ep_oae && npm install

# Not strictly necessary if we're using default IP and port
# RUN sed -i -e '/defaultPadText/a \
# "ep_oae": {"mq": { "host": "127.0.0.1", "port": 5672 } },' settings.json
RUN sed -i -e '/defaultPadText/a \
"ep_oae": {"mq": { "host": "oae-rabbitmq", "port": 5672 } },' settings.json

# CSS changes
RUN cd /opt/etherpad && rm node_modules/ep_headings/templates/editbarButtons.ejs && cp node_modules/ep_oae/static/templates/editbarButtons.ejs node_modules/ep_headings/templates/editbarButtons.ejs
Expand Down

0 comments on commit 773407d

Please sign in to comment.