Fix Dockerfile missing resources #71
Reference in New Issue
Block a user
Delete Branch "fix-missing-resources-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aggiunto nel dockerfile la copia della cartella resources che contiene il csv.
Altrimenti poteva dare degli errori quando cercava le currency.
Pull Request Overview
This PR adds the
resources/directory to the Docker image build process. The change ensures that theresources/directory (containingcryptos.csv) is copied into the Docker container, which is required by theCryptoSymbolsToolsclass that reads the cryptocurrency data from this file.resources/directory in the Dockerfile💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.