bounswe / bounswe2024group6

6 stars 0 forks source link

Docker Compose Fix #134

Closed Elifnurdeniz closed 3 months ago

Elifnurdeniz commented 3 months ago

There seems to be an issue with docker compose that needs to be fixed, it seems like it can't sometimes find vite command.

yunusemreozdemir commented 3 months ago

It was related with the installation of node_modules. I have fixed it by mounting an anonymous persistent volume to backend service for node_modules so the local can't override it. This fix can be found in this pr. Can you check @Elifnurdeniz ?

Elifnurdeniz commented 3 months ago

Thank you.