feat: ✨ [first attempt at using MySQLi in the docker dev env]
This commit is contained in:
parent
472ec10496
commit
1862ccbbb6
5 changed files with 21 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue