github-copilot-resources / copilot-metrics-viewer

Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)
https://ashy-sky-02a7d0403.5.azurestaticapps.net/
MIT License
215 stars 99 forks source link

Externalize config from Docker image #48

Open jycr opened 1 week ago

jycr commented 1 week ago

fix: #30

This pull request includes significant changes to the Docker configuration and the way the application handles environment variables. The most important changes are the addition of a .dockerignore file, updates to the Dockerfile, and the creation of a new config.ts file that handles environment variables differently depending on whether the application is in production or development mode. The application's Vue components and API calls have also been updated to use this new configuration file.