Skip to content

Docker image extending php-apache with composer, node.js and yarn. Symfony stack starter.

Notifications You must be signed in to change notification settings

glimberger/docker-php

Repository files navigation

Docker Pulls Docker Automated build Docker Build Status GitHub last commit

#Supported tags and respective Dockerfile link

Contains:

Build args:

  • NODE_VERSION (default to 10.13.0)
  • YARN_VERSION (default to 1.16.0)
  • PHP_INI path to user-defined INI file (see default user-defined php.ini)

Example:

To update Node.js to version 8.6.0:

docker build /path/to/Dockerfile/directory --build-arg NODE_VERSION=8.6.0 -t myapp

To replace the user-defined INI file:

docker build /path/to/Dockerfile/directory --build-arg PHP_INI=php.ini -t myapp

Docker compose

Symfony stack example

About

Docker image extending php-apache with composer, node.js and yarn. Symfony stack starter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published