Added Dockerfile
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM php:7.0-apache
|
||||||
|
|
||||||
|
RUN docker-php-ext-install mysqli \
|
||||||
|
&& docker-php-ext-enable mysqli
|
Reference in New Issue
Block a user