Skip to content
Snippets Groups Projects
Commit 5f9aa9ab authored by Antoine Barbare's avatar Antoine Barbare
Browse files

fix: build dokuwiki

parent 402ec851
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31212 failed
......@@ -12,9 +12,7 @@ RUN apt-get update -y && \
php7.0 \
php7.0-fpm \
php7.0-gd \
php7.0-xml \
libidn2-0 && \
apt-get remove -y libidn11 && \
php7.0-xml && \
mkdir -p html /var/run/php && \
echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.0/fpm/php.ini && \
sed -i -e "s|;daemonize\s*=\s*yes|daemonize = no|g" /etc/php/7.0/fpm/php-fpm.conf && \
......@@ -28,7 +26,7 @@ RUN apt-get update -y && \
chown -R www-data . && \
chmod +x /run.sh && \
sed -i "s/\${MAXSIZE}/100M/g" /etc/nginx/nginx.conf
EXPOSE 80
VOLUME ["/var/www/html"]
HEALTHCHECK CMD wget -q -O /dev/null http://127.0.0.1:${DOKUWIKI_PORT:=80}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment