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

Get start development without npm #3793

Closed
wants to merge 3 commits into from

Conversation

shunsuke-excite
Copy link

@shunsuke-excite shunsuke-excite commented May 13, 2019

What type of PR is this? (check all applicable)

  • Other

Description

  • docker-compose can up without installing npm
  • Postgres can save persistently

@@ -13,6 +13,7 @@ services:
- "5678:5678"
volumes:
- ".:/app"
- "/app/client/dist"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this break using npm on the host?

Copy link
Author

@shunsuke-excite shunsuke-excite May 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your review.
When using npm on the host, I think that npm start or npm run watch on the host.
Should I add a configuration to reflect the changes using npm on host ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant, wouldn't setting up the volume this way make the changes on the host not seen in the container?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.
I'll update the changes made on the host can appear in the container.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, I misunderstood.
This Pull Request close.

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

Successfully merging this pull request may close these issues.

2 participants