hwkiem / imho

davdiv.vercel.app
3 stars 1 forks source link

miped - docker compose all the things #82

Closed miped closed 3 years ago

miped commented 3 years ago

Fixes #72 Fixes #73

One pretty big change: I removed the yarn workspace, because the shared yarn.lock file makes it cumbersome to create individual docker images. The downside is that you need to run yarn install in both folders now.