Skip to content
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