See the documentation for the image on Docker Hub.
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 are managed through environment variables.
LATEST=1 ./build 7.1.4 7.9.0
NAMESPACE=yournamespace ./build 5.6.30 6.10.2