cms translucid

This commit is contained in:
HPL
2024-11-25 09:38:24 +01:00
parent a966fdffe9
commit 456cb04448
4 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Utilisation de l'image officielle PHP avec Apache
FROM php:8.1-apache
RUN apt-get update && apt-get install -y git
RUN docker-php-ext-install mysqli
RUN a2enmod rewrite
WORKDIR /var/www/html
RUN git clone https://github.com/simonvdfr/Translucide.git .
RUN chown -R www-data:www-data /var/www/html
EXPOSE 80
#ENV PAHEKO_DIR /var/www/paheko
#COPY dockers/paheko/config/factory_cron.sh ${PAHEKO_DIR}/
#VOLUME [ "${PAHEKO_DIR}/users" ]