ucsdscheduleplanner / UCSD-Schedule-Planner

A project to help UCSD students plan their schedules quickly and easily.
https://sdschedule.com/
MIT License
7 stars 2 forks source link

When user has node_modules locally in storybook folder, running node in docker container fails #47

Closed CTrando closed 5 years ago

CTrando commented 5 years ago

This is due to the frontend dockerfile copying the whole frontend directory from local to container, which overwrites the node_modules in the container.

CTrando commented 5 years ago

Couldn't actually reproduce this, could you give me the steps?

CTrando commented 5 years ago

Was actually in storybook