Skip to content

Conversation

@jespino
Copy link
Contributor

@jespino jespino commented Dec 5, 2025

  • Add npm/yarn ignore-scripts config to Dockerfile
  • Disable npx with a stub that shows an error message
  • Add --ignore-scripts flag to npm install

Related to PDE-128

jespino and others added 2 commits December 5, 2025 17:06
- Add npm/yarn ignore-scripts config to Dockerfile
- Disable npx with a stub that shows an error message
- Add --ignore-scripts flag to npm install

Related to PDE-128

Co-authored-by: Ona <no-reply@ona.com>
Replace hardcoded /usr/bin/npx and /usr/local/bin/npx with $(which npx)
to handle different npx installation locations.

Co-authored-by: Ona <no-reply@ona.com>
Copy link

@corneliusludmann corneliusludmann left a comment

Choose a reason for hiding this comment

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

LGTM - Dockerfile config for ignore-scripts and npx stub.

@jespino jespino merged commit a0dd7b0 into master Dec 10, 2025
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