2024-07-19 14:34:55 +02:00

19 lines
444 B
Docker
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FROM reg.cadoles.com/envole/nineapache:8.1
COPY apache.conf /etc/apache2/conf.d/zapp.conf
RUN cd /app
RUN rm -rf public
RUN wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
RUN tar zxvf dokuwiki-stable.tgz
RUN rm dokuwiki-stable.tgz
RUN mv dokuwiki-2024-02-06a public
RUN chown -R apache:apache public
RUN chmod -R 700 public/
RUN cd /app/public
# Installation de wp-cli
#COPY local.php /config/dokuwiki/conf/local.php