cms icon indicating copy to clipboard operation
cms copied to clipboard

Fix: "docker compose up: issue because of canvas package solved

Open MrUnknown58 opened this issue 1 year ago • 0 comments

PR Fixes:

  • 1 docker compose up command was giving an error trailing comma docker issue

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

MrUnknown58 avatar May 15 '24 13:05 MrUnknown58