Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Scripts to build Functions Framework-based applications

This directory contains the scripts to

  1. Create a Docker image with all the development tools to build applications based on the functions framework
  2. Create the runtime image to execute applications built with said image
  3. Support scripts to automatically create the main() entry point.

Creating the Docker images

docker build -t gcf-cpp-run-image --target gcf-cpp-runtime - <Dockerfile
docker build -t gcf-cpp-build-image .