From 81528d1295800ac6f5a0846c275a098740ec8fa0 Mon Sep 17 00:00:00 2001 From: Elad Bar Date: Thu, 19 Jan 2023 17:38:16 +0200 Subject: [PATCH] Fix docker pipeline --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 450b34eb..4d2d1e41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,6 @@ RUN npm i npm@latest -g && \ COPY ./Docker/pm2.yml ./ # Copy default configuration files -COPY ./config/conf.json ./config/super.json /home/Shinobi/ RUN chmod -f +x /home/Shinobi/Docker/init.sh RUN sed -i -e 's/\r//g' /home/Shinobi/Docker/init.sh # RUN chmod -f +x /home/Shinobi/shinobi