In this example, you will use Cloud Native Build (CNB) to package the "python-flask-docker" project, build a Docker image and push it to the Docker artifact repository.
This template demonstrates a fully automated workflow:
The example includes:
The following instructions assume you want to develop this project on your local machine.
$ pip3 install -r requirements.txt
$ python3 app.py