This commit is contained in:
2024-07-19 14:34:55 +02:00
parent 9a8685e252
commit 3823cd85a8
68 changed files with 2061 additions and 100 deletions

View File

@ -0,0 +1,18 @@
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