Update step dockerfile
This commit is contained in:
parent
d49bdcf353
commit
088828d07a
@ -86,6 +86,7 @@ RUN bash -c 'mkdir -p /var/lib/ocsinventory-reports/{download,ipd,logs,scripts,s
|
||||
RUN chmod -R +w /var/lib/ocsinventory-reports ;\
|
||||
chown www-data: -R /var/lib/ocsinventory-reports
|
||||
|
||||
ADD dbconfig.inc.php /usr/share/ocsinventory-reports/ocsreports/
|
||||
|
||||
RUN cp binutils/ipdiscover-util.pl /usr/share/ocsinventory-reports/ocsreports/ipdiscover-util.pl
|
||||
|
||||
@ -98,7 +99,6 @@ RUN chown www-data: /usr/share/ocsinventory-reports/ocsreports/ipdiscover-util.p
|
||||
ADD /conf/ocsinventory-reports.conf /etc/apache2/conf-available/
|
||||
ADD /conf/z-ocsinventory-server.conf /etc/apache2/conf-available/
|
||||
|
||||
ADD dbconfig.inc.php /usr/share/ocsinventory-reports/ocsreports/
|
||||
|
||||
ADD ./scripts/run.sh /root/run.sh
|
||||
RUN chmod +x /root/run.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user