4 lines
72 B
Docker
4 lines
72 B
Docker
FROM php:7-fpm
|
|
WORKDIR "/application"
|
|
|
|
RUN docker-php-ext-install mysqli |