Update Dockerfile
Adding a step, deleting the install.php file
This commit is contained in:
parent
3b554b8e51
commit
ebf5a171a6
@ -107,6 +107,9 @@ RUN chmod +x /root/run.sh
|
||||
RUN ln -s /etc/apache2/conf-available/ocsinventory-reports.conf /etc/apache2/conf-enabled/ocsinventory-reports.conf
|
||||
RUN ln -s /etc/apache2/conf-available/z-ocsinventory-server.conf /etc/apache2/conf-enabled/z-ocsinventory-server.conf
|
||||
|
||||
RUN rm /usr/share/ocsinventory-reports/ocsreports/install.php ;\
|
||||
rm -rf /tmp/ocs
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user