Skip to content

Conversation

@pathwaynavigator
Copy link
Collaborator

Added volume for node_modules and defined it in the volumes section.

Fixes #2380 (frontend part)

Changes description & testing suggestions

Changes:

  • Added node_modules_data:/ng-app/node_modules volume mount to the app service
  • Added node_modules_data volume definition with driver: local

Testing:

  • Verified npm install completes successfully without Docker Desktop stalling
  • Confirmed node_modules is created at /ng-app/node_modules in the container
  • Tested that the volume is properly created and used by Docker
  • No functional changes to the application - this is purely a Docker configuration improvement

Related:

Developers checklist

  • Check that dusk tests are working locally on compatible branch - N/A (Docker config change, no code changes)
  • Mobile version of changes is developed - N/A (Docker config change)

QA checklist

  • N/A (Docker configuration only, no UI/CSS changes)

Note: This is a Docker configuration change only. No application code, UI, or functionality is affected. The change improves local development experience by preventing Docker Desktop from stalling during dependency installation, as described in issue #2380.

Added volume for node_modules and defined it in the volumes section.
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