Update
- Activation de mod_rewrite sur Apache pour prendre en charge les fichiers .htaccess - Ajout d'une page d'accueil - Ajout d'un .gitignore
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM php:8.1.7-apache
|
||||
|
||||
MAINTAINER Lyanis Souidi <code@lyanis.sh>
|
||||
|
||||
RUN docker-php-ext-install \
|
||||
mysqli \
|
||||
pdo_mysql
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
||||
Reference in New Issue
Block a user