From f846b79af9ef5a0df00b9321ca57d136154d4d70 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Fri, 27 Nov 2020 07:34:44 +0000 Subject: [PATCH] fix plugin name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3229b18..05c6a6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM etherpad/etherpad:1.8.6 -RUN npm install prompt_for_name ep_comments_page \ No newline at end of file +RUN npm install ep_prompt_for_name ep_comments_page \ No newline at end of file