Create a docker file and deploy on Google App Engine Goal: - deploy docker image Steps: - based on result from #1 create a docker image - create docker image from https://github.com/software-developer-org/hello-express - setup [Container Registry](https://cloud.google.com/container-registry/docs/quickstart) to enable the option to push your image into Google Cloud - use [Cloud Run](https://cloud.google.com/run/docs/resource-model?authuser=1&_ga=2.245836676.-1062388724.1614348149&_gac=1.92063464.1614348196.CjwKCAiA1eKBBhBZEiwAX3gql_bPshU6iFfL3hnLWtRVhgn7x11tlRas5tWt9GJSSE4GESw39fEUVRoCmLkQAvD_BwE) to deploy and start your image in Google Cloud Add interesting findings to #3