Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG : docker compose prevents the change in dev server #57

Open
manavsiddharthgupta opened this issue May 3, 2023 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@manavsiddharthgupta
Copy link
Collaborator

Describe the bug
change in code does not reflect in the dev server. this bug was introduced due to docker-compose. Somehow docker-compose prevents the change in dev server.

To Reproduce
Steps to reproduce the behavior:

  1. start the dev server by docker-compose up in vs code terminal
  2. try commenting some import in any client/src file
  3. checkout localhost 3000
  4. it does show any error in fact changes do not reflect.

Expected behavior
Changes should reflect in dev server as it was before docker

@manavsiddharthgupta manavsiddharthgupta added bug Something isn't working help wanted Extra attention is needed labels May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant