Add docker image to support Apache rewrites and PSQL
parent
ff33fd7bcf
commit
49016345da
@ -0,0 +1,6 @@
|
||||
FROM php:8.0-apache
|
||||
|
||||
RUN apt-get update && apt-get install -y libpq-dev
|
||||
RUN docker-php-ext-install pdo pdo_pgsql pgsql
|
||||
|
||||
RUN a2enmod rewrite
|
Loading…
Reference in New Issue