Ryan Prather
7f2f6a9046
Some formatting Die if installer.php fails to create password file Update target counts after importing eChecklist and CKL
7 lines
254 B
Docker
7 lines
254 B
Docker
FROM php:apache-stretch
|
|
COPY conf/docker-php.ini /usr/local/etc/php/php.ini
|
|
RUN apt update && apt -y install zlib1g-dev mysql-client
|
|
RUN docker-php-ext-install mysqli zip
|
|
RUN mkdir /var/log/sagacity && chown www-data:www-data /var/log/sagacity
|
|
EXPOSE 80
|