1
0

prod ready
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-04 22:30:16 +02:00
parent 3f8437e20d
commit 965a5ff202
3 changed files with 13 additions and 3 deletions

View File

@ -3,8 +3,7 @@ FROM php:8.2-fpm
COPY docker-php-entrypoint /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-php-entrypoint && \
docker-php-ext-install mysqli && \
docker-php-ext-enable mysqli
docker-php-ext-install mysqli
USER www-data