This directory contains the scripts to
- Create a Docker image with all the development tools to build applications based on the functions framework
- Create the runtime image to execute applications built with said image
- Support scripts to automatically create the
main()entry point.
docker build -t gcf-cpp-run-image --target gcf-cpp-runtime - <Dockerfile
docker build -t gcf-cpp-build-image .