ajout projet cms elyes
This commit is contained in:
7
cms_simplifie/Dockerfile
Normal file
7
cms_simplifie/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM php:8.2-apache
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
RUN a2enmod rewrite
|
||||
RUN apt-get update && apt-get install -y tzdata
|
||||
WORKDIR /var/www/html
|
||||
COPY . /var/www/html
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
Reference in New Issue
Block a user