5 lines
58 B
Docker
5 lines
58 B
Docker
FROM php:8.0-apache
|
|
|
|
WORKDIR /var/www
|
|
|
|
RUN a2enmod rewrite |