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

Commit

Permalink
Changed comment plugin path to oaeproject repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Salla Karppinen committed Feb 26, 2018
1 parent 8c3fd3a commit 128010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN cd ${ETHERPAD_PATH} && npm install ep_headings
# Install ep_comments module
RUN cd ${ETHERPAD_PATH} \
&& npm install ep_page_view \
&& git clone https://github.com/JohnMcLear/ep_comments.git node_modules/ep_comments_page \
&& git clone https://github.com/oaeproject/ep_comments.git node_modules/ep_comments_page \
&& cd node_modules/ep_comments_page \
&& npm install

Expand Down

0 comments on commit 128010d

Please sign in to comment.