tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Fix `.dockerignore` #189

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

Right now, .dockerignore seems to mostly be a .gitignore template. This is an issue because the patterns aren't the same for .dockerignore (and there may be cases where we want something in the Docker image, but not in git). It's especially an issue right now because node_modules are not being excluded, so node_modules installed locally will get copied in and wipe out anything that was generated during docker compose build.