Skip to content

Fix missing DEBUG_PORT environment variable in Node.JS stack #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion stacks/nodejs/devfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schemaVersion: 2.1.0
metadata:
name: nodejs
version: 2.1.0
version: 2.1.1
displayName: Node.js Runtime
description: Stack with Node.js 16
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
Expand All @@ -23,6 +23,9 @@ components:
args: ['tail', '-f', '/dev/null']
memoryLimit: 1024Mi
mountSources: true
env:
- name: DEBUG_PORT
value: '5858'
endpoints:
- name: http-node
targetPort: 3000
Expand Down