FROM php:7.2-apache
RUN apt-get update && apt-get install -y libpq-dev
RUN docker-php-ext-install pgsql
COPY . /var/www/html/
