Skip to content

Add make-dev-docker and make-prod-docker npm commands#633

Merged
SaptakS merged 1 commit intomainfrom
linux-build-docker
Feb 23, 2026
Merged

Add make-dev-docker and make-prod-docker npm commands#633
SaptakS merged 1 commit intomainfrom
linux-build-docker

Conversation

@micahflee
Copy link
Member

I was having trouble running npm run make-dev from Ubuntu because it was trying to build the rpm and I didn't have the right dependencies installed. This adds two new npm commands:

  • npm run make-dev-docker
  • npm run make-prod-docker

These do the build in the docker container (the same way the github actions workflow does) instead of on the host machine. It's only necessary for linux.

… any linux without needing to set up a build environment
@micahflee micahflee requested a review from SaptakS February 23, 2026 16:55
@SaptakS SaptakS merged commit 6db24a5 into main Feb 23, 2026
1 check passed
@SaptakS SaptakS deleted the linux-build-docker branch February 23, 2026 20:11
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