codefordenver / partner-finder

Using an open dataset with registered colorado business to build a tool that manages outreach to potential CFD partners.
3 stars 14 forks source link

fix the frontend deployment with docker-compose #153

Closed w1shmast0ur closed 2 years ago

w1shmast0ur commented 2 years ago

Addresses #148 issue.

The problem was that the during docker-compose run, the /app folder in the container was completely overwritten by the content of the host ./frontend folder that's why all installed packages were gone. I've made it so that only src subfolder is mounted and tested that the hotreload is working in dev