districts
This commit is contained in:
7
php81-apache/Dockerfile
Normal file
7
php81-apache/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM php:8.1-apache
|
||||
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli
|
||||
|
||||
RUN a2enmod rewrite headers
|
||||
|
||||
COPY . /var/www
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user