Docker image
docker pull goeroeku/php-fpm-alpine:latest
PHP FPM with mysqli and pdo base on Alpine
- Alpine 3.9
- PHP 7.3.1
- Git
- Composer
- mysqli
- pdo_mysql
./bin/dockerlint
./bin/build {TAG} [dev,prod]
./bin/dockerlint
: Checks the syntax of the Dockerfile file./bin/build
: for building images./bin/start
: for starting a container./bin/enter
: for entering a container