-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deploying Angular Node.js Application Using Docker #209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a .gitignore enntry for those node_modules directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to be checking in these node_modules files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not!
Also, might be worth a name change on the client folder. We don't need to add |
@agordon-vivid gitignore added. Thanks |
Yep, I will add another PR to rename the fodler, and change pathname being used. Just trying to keep this pr clean. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good now.
Trying to keep this PR simple,once I confirm this works, I should have a second PR to move the ng build and npm install process from the .yml into dockerfile.
Just want to test this out if it is working fine inside our AWS environment.