Initial release
This commit is contained in:
9
docker/php-fpm/Dockerfile
Normal file
9
docker/php-fpm/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM php:7.4.13-fpm-alpine3.12
|
||||
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
||||
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /var/www
|
||||
Reference in New Issue
Block a user