Die Verbindung zur Datenbank ist eingebaut.

This commit is contained in:
2021-04-06 16:26:43 +02:00
parent e0b8deae8b
commit 4da5c1242c
4 changed files with 22 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
FROM php:8.0-apache
#RUN apt update && apt install -y postgresql postgresql-client
RUN apt update && apt install -y libpq-dev
RUN docker-php-ext-install -j$(nproc) pdo pdo_pgsql
WORKDIR /var/www
RUN a2enmod rewrite