Merge branch 'copy_configs_on_docker' into 'dev'
not sure why this was commented out but it makes overriding config impossible See merge request Shinobi-Systems/Shinobi!431fix-timelapse-in-addstorage
commit
6a8f9d77be
|
@ -93,7 +93,7 @@ RUN npm i npm@latest -g && \
|
||||||
COPY ./Docker/pm2.yml ./
|
COPY ./Docker/pm2.yml ./
|
||||||
|
|
||||||
# Copy default configuration files
|
# Copy default configuration files
|
||||||
# COPY ./config/conf.json ./config/super.json /home/Shinobi/
|
COPY ./config/conf.json ./config/super.json /home/Shinobi/
|
||||||
RUN chmod -f +x /home/Shinobi/Docker/init.sh
|
RUN chmod -f +x /home/Shinobi/Docker/init.sh
|
||||||
RUN sed -i -e 's/\r//g' /home/Shinobi/Docker/init.sh
|
RUN sed -i -e 's/\r//g' /home/Shinobi/Docker/init.sh
|
||||||
# RUN chmod -f +x /home/Shinobi/shinobi
|
# RUN chmod -f +x /home/Shinobi/shinobi
|
||||||
|
|
Loading…
Reference in New Issue