Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
google-cloud-sdk / usr / lib / google-cloud-sdk / platform / ext-runtime / php / templates / Dockerfile.entrypoint.template
Size: Mime:
# Dockerfile extending the generic PHP image with application files for a
# single application.
FROM gcr.io/google-appengine/php:latest

# The Docker image will configure the document root according to this
# environment variable.
ENV DOCUMENT_ROOT {document_root}

# Allow custom CMD
CMD {entrypoint}