Uses original ghost image https://hub.docker.com/_/ghost/ as base image and adds App-Insights support.
docker build https://github.com/keyoke/docker-ghost-ai.git --file 4/alpine/ai/DOCKERFILE --tag ghost-custom
az acr task run --registry [ACR Name] --file acr-task-5.yaml https://github.com/curia-damiano/docker-ghost-ai.git
az acr task identity assign --registry [ACR Name] --name docker-ghost-ai --identities "[Managed Identity Resource Id]"
az acr task create --registry [ACR Name] --name docker-ghost-ai --file acr-task-4.yaml --context https://github.com/curia-damiano/docker-ghost-ai.git --branch master --git-access-token [Github PAT] --set aksRG=[AKS RG] --set aksName=[AKS NAME] --set aksDeploymentName=[AKS DEPLOYMENT NAME] --set aksContainerName=[AKS CONTAINER NAME]
az acr task run --registry [ACR Name] --name docker-ghost-ai
az acr task list-runs --registry [ACR Name] --output table