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