PHP Classes

File: docker/dockerfile-php-fpm-nginx-mysql

Recommend this page to a friend!
  Classes of Celso   DB Sync   docker/dockerfile-php-fpm-nginx-mysql   Download  
File: docker/dockerfile-php-fpm-nginx-mysql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 1 month ago
Size: 299 bytes
 

Contents

Class file image Download
# Base image to run FROM celsonery/php-laravel:latest # Install packages to run PHP/laravel and our app RUN apk --update --no-cache add \ nginx \ supervisor \ php83-fpm \ php83-mysqlnd \ php83-pdo \ php83-pdo_mysql RUN docker-php-ext-install \ pdo \ pdo_mysql