fix backend

This commit is contained in:
Olu Amey
2021-10-09 22:37:18 -04:00
parent 2e1a4017c3
commit 16b9692492
3 changed files with 36 additions and 13 deletions
+4 -1
View File
@@ -14,6 +14,7 @@ RUN apt-get install -y \
libmcrypt-dev \
libreadline-dev \
libfreetype6-dev \
libpq-dev \
g++
RUN docker-php-ext-install \
@@ -23,7 +24,9 @@ RUN docker-php-ext-install \
opcache \
calendar \
pdo_mysql \
mysqli
mysqli \
pdo \
pdo_pgsql
# 2. set up document root for apache
COPY docker/apache/000-default.conf /etc/apache2/sites-available/000-default.conf