cms
cms copied to clipboard
Fix: "docker compose up: issue because of canvas package solved
PR Fixes:
- 1
docker compose upcommand was giving an error
Resolve: The issue was because of canvas package, it internally used some packages which wasn't correctly installed in docker. I have made changes in the Dockerfile and have added those, now it works prefectly. The minor change in the CourseCard is coz Button and ChevronRight wasn't imported in the file, have commented it for the time being.
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue