From cf489c8e7278de21e251c3846e46ae6c4f11cfbe Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Fri, 30 Oct 2020 22:11:36 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f9e379e..37645723 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ RUN apt install -y \ WORKDIR /home/Shinobi COPY . . -RUN rm -rf /home/Shinobiplugins +#RUN rm -rf /home/Shinobi/plugins COPY ./plugins /home/Shinobi/plugins RUN chmod -R 777 /home/Shinobi/plugins RUN npm i npm@latest -g && \