We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5ecd7 commit ff24d2fCopy full SHA for ff24d2f
Dockerfile
@@ -1,4 +1,6 @@
1
FROM php:7.3-apache
2
3
+RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
4
+
5
ENV APACHE_RUN_USER=daemon
6
COPY src/ /var/www/html/
0 commit comments