cms translucid
This commit is contained in:
20
dockers/translucid/Dockerfile
Normal file
20
dockers/translucid/Dockerfile
Normal 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" ]
|
Reference in New Issue
Block a user