Update Dockerfile

fix-non-showing-inputs
Moe Alam 2020-10-30 22:11:36 -07:00
parent f21ed14c46
commit cf489c8e72
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \