Skip to content

Conversation

@jespino
Copy link
Contributor

@jespino jespino commented Dec 10, 2025

Move the npx disabling logic from Dockerfile to .gitpod.yml init task to ensure npx gets disabled after the container is fully set up.

This approach is more reliable as it runs after all container setup is complete.

Move the npx disabling logic from Dockerfile to .gitpod.yml init task to ensure npx gets disabled after the container is fully set up. Co-authored-by: Ona <no-reply@ona.com>
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: |
# Disable npx for security
Copy link
Member

Choose a reason for hiding this comment

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

Same as here.

@jespino jespino closed this Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants