feat: [first attempt at using MySQLi in the docker dev env]

This commit is contained in:
David Bailey 2023-10-16 16:15:24 +02:00
parent 472ec10496
commit 1862ccbbb6
5 changed files with 21 additions and 2 deletions

View file

@ -12,6 +12,7 @@ RUN chmod -R a+r ./vendor
RUN a2enmod rewrite
RUN a2enmod headers
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
COPY . .
RUN chmod -R a+r $(ls -I vendor)