svg
This commit is contained in:
18
misc/images/dokuwiki/containers/dokuwiki/Dockerfile
Executable file
18
misc/images/dokuwiki/containers/dokuwiki/Dockerfile
Executable 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
|
||||
|
Reference in New Issue
Block a user