Skip to content

(fix) Update local dev dockerfile to include npm dependency#2927

Open
lvachon1 wants to merge 1 commit intomainfrom
lev/fix/docker-node-deps-fix
Open

(fix) Update local dev dockerfile to include npm dependency#2927
lvachon1 wants to merge 1 commit intomainfrom
lev/fix/docker-node-deps-fix

Conversation

@lvachon1
Copy link

@lvachon1 lvachon1 commented Feb 5, 2026

Scope

While attempting to set up my dotcom work environment, various errors related to redis prevented things from working as the readme describes. A different docker-based solution to running dotcom is present (/deploy/dotcom/dev/dockerfile), but was failing to install npm and therefore couldn't run dotcom.

Implementation

Updated dev dockerfile to install npm as well as nodejs from apt. The build was failing due to the lack of npm, adding it to the apt-get line seems to have worked

Screenshots

How to test

After freshly cloning the repo, run docker compose -f deploy/dev.yml up -d --build

@lvachon1 lvachon1 self-assigned this Feb 5, 2026
@lvachon1 lvachon1 requested a review from a team as a code owner February 5, 2026 14:53
@lvachon1 lvachon1 requested a review from joshlarson February 5, 2026 14:53
Copy link
Contributor

@joshlarson joshlarson left a comment

Choose a reason for hiding this comment

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

🛠️

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