copilot-metrics-viewer
copilot-metrics-viewer copied to clipboard
add Dockerfile
- Include a Dockerfile for easier build (generated by Copilot :-) )
- Slightly updated README.md to mention it
Thanks for your contribution @stephenjannin ! It seems the Dockerfile is breaking the Azure Static Web App deployment 🤔
Could this come from an issue accessing the secrets ? Similar to https://github.com/Azure/static-web-apps/issues/1342 ?
@martedesco : the "skip_deploy_on_missing_secrets" should fix the GHA. The deployment will be triggered only when you merge the PR or force push on master
Thanks for your contribution @stephenjannin ! Looks good to me 🚀