Skip to content
New issue

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

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

Already on GitHub? # to your account

Resolve Docker Building Hang-up #253

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Resolve Docker Building Hang-up #253

merged 1 commit into from
Nov 5, 2024

Conversation

enjiwood
Copy link
Contributor

@enjiwood enjiwood commented Nov 5, 2024

Pull Request Template

Screenshots

N/A

Description

This is a (hopefully temporary) fix for the issue encountered when running docker compose build where execution would hang at RUN npm install. Specifying and downgrading the node version to 21.7.3 in the Dockerfile resolves this.

Fixes # No Issue

Additional Information

N/A

Checklist:

Before you submit your Pull Request, please make sure you have completed the following tasks:

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have tagged my PR with the appropriate label(s).

Specify node to be the most recent project compatible version
@enjiwood enjiwood added the development Updates and modifications to development/deployment tools label Nov 5, 2024
@enjiwood enjiwood requested a review from a team November 5, 2024 07:49
@n8srumsey n8srumsey added this pull request to the merge queue Nov 5, 2024
Copy link
Contributor

@n8srumsey n8srumsey 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.

Merged via the queue into main with commit 50a0fa3 Nov 5, 2024
2 checks passed
@n8srumsey n8srumsey deleted the specify-node-version branch November 5, 2024 23:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
development Updates and modifications to development/deployment tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants