Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Building backend for development does not work #139

Closed
ErezAmihud opened this issue Aug 27, 2021 · 0 comments
Closed

Building backend for development does not work #139

ErezAmihud opened this issue Aug 27, 2021 · 0 comments

Comments

@ErezAmihud
Copy link
Contributor

Info

When building the backend for the website, I was getting errors that nodemon was not installed in auth and socket services.

Recreate

docker-compose up mongo
docker-compose up auth config socket

Work-around

I solved it by changing the command attribute in docker-compose.yml to sh -c "npm install && npm run dev" instead of ['npm', 'run', 'dev'] in both socket and auth, but I am not sure if this is the correct way to solve it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant