Merge branch 'fix-docker-pipeline' into 'dev'
Fix docker pipeline See merge request Shinobi-Systems/Shinobi!436fix-multi-trigger
commit
2886441e01
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue