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

Deploying Angular Node.js Application Using Docker #209

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

yzlucas
Copy link
Collaborator

@yzlucas yzlucas commented Oct 17, 2024

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.

Copy link

@agordon-vivid agordon-vivid left a 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

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

Copy link

Choose a reason for hiding this comment

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

We do not!

@dhlevi
Copy link

dhlevi commented Oct 17, 2024

Also, might be worth a name change on the client folder. We don't need to add -war if it isn't a war anymore

@yzlucas
Copy link
Collaborator Author

yzlucas commented Oct 17, 2024

Let's add a .gitignore enntry for those node_modules directory

@agordon-vivid gitignore added. Thanks

@yzlucas
Copy link
Collaborator Author

yzlucas commented Oct 17, 2024

Also, might be worth a name change on the client folder. We don't need to add -war if it isn't a war anymore

Yep, I will add another PR to rename the fodler, and change pathname being used. Just trying to keep this pr clean.

Copy link

@agordon-vivid agordon-vivid left a comment

Choose a reason for hiding this comment

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

looks good now.

@yzlucas yzlucas merged commit 6f2850c into bcgov:main Oct 18, 2024
0 of 2 checks passed
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.

3 participants