8 lines
265 B
Docker
8 lines
265 B
Docker
FROM pierrecdn/phpipam:1.5.2
|
|
RUN apt-get update && apt-get install php-mysql -y
|
|
|
|
#COPY --chown=root:root input-files/php.ini /usr/local/etc/php/php.ini
|
|
COPY --chown=root:root 000-default.conf /etc/apache2/sites-enabled/000-default.conf
|
|
|
|
RUN a2enmod headers
|