Fix Dockerfile missing resources #71

Merged
Berack96 merged 1 commits from fix-missing-resources-docker into main 2025-10-31 13:07:43 +01:00
Berack96 commented 2025-10-31 12:53:12 +01:00 (Migrated from github.com)

Aggiunto nel dockerfile la copia della cartella resources che contiene il csv.
Altrimenti poteva dare degli errori quando cercava le currency.

Aggiunto nel dockerfile la copia della cartella resources che contiene il csv. Altrimenti poteva dare degli errori quando cercava le currency.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-10-31 12:54:18 +01:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

This PR adds the resources/ directory to the Docker image build process. The change ensures that the resources/ directory (containing cryptos.csv) is copied into the Docker container, which is required by the CryptoSymbolsTools class that reads the cryptocurrency data from this file.

  • Adds a new COPY instruction for the resources/ directory in the Dockerfile

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Pull Request Overview This PR adds the `resources/` directory to the Docker image build process. The change ensures that the `resources/` directory (containing `cryptos.csv`) is copied into the Docker container, which is required by the `CryptoSymbolsTools` class that reads the cryptocurrency data from this file. - Adds a new COPY instruction for the `resources/` directory in the Dockerfile --- 💡 <a href="/Berack96/upo-appAI/new/main/.github/instructions?filename=*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
Simo93-rgb (Migrated from github.com) approved these changes 2025-10-31 13:07:42 +01:00
Sign in to join this conversation.