To go further
Build a Docker image of the application and push it to GCP Container Registry
Update the values of the context variables featured in the .env module:
PROJECT_ID
: GCP Project IDDOCKER_IMAGE
: image nameDOCKER_TAG
: tag nameDOCKER_REGISTRY
: registry hostname (e.g. eu.gcr.io for hosts located in the EU)
Build ACK image:
make build_base_image
Push ACK image to GCP Container Registry:
make publish_base_image