/docker-php-symfony

:whale: A Docker image for Symfony applications

Primary LanguageDockerfileMIT LicenseMIT

docker-php-symfony

GitHub Docker Automated build Docker Cloud Build Status Docker Pulls

🐳 Alpine Linux based Docker Image for Symfony applications.

Extensions

Tools

Usage

FROM gaiaz/php-symfony:7.4-fpm-alpine

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
    && rm "$PHP_INI_DIR/php.ini-development

# or development configuration
# RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" \
#     && rm "$PHP_INI_DIR/php.ini-production"

License

MIT © Gaiaz Iusipov