Skip to content

Docker image for running PHP and Node.js in the same container, built from official PHP/Node Alpine images.

Notifications You must be signed in to change notification settings

codycraven/docker-php-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP/Node.js Alpine Docker image

Image usage

See the documentation for the image on Docker Hub.

How to build new images

Run build with the semantic PHP version and Node.js versions (in that order) as arguments:

# ./build PHP_VERSION NODE_VERSION
./build 7.1.4 7.9.0

Build options

Build options are managed through environment variables.

Also tag images as latest

LATEST=1 ./build 7.1.4 7.9.0

Use your own namespace (instead of codycraven)

NAMESPACE=yournamespace ./build 5.6.30 6.10.2

About

Docker image for running PHP and Node.js in the same container, built from official PHP/Node Alpine images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages