7 lines
No EOL
114 B
Docker
7 lines
No EOL
114 B
Docker
FROM php:8.3-apache
|
|
|
|
RUN docker-php-ext-install mysqli
|
|
|
|
RUN a2enmod status
|
|
RUN a2enmod rewrite
|
|
RUN a2enmod headers |