Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
nodejs: define APPSODY_DEBUG_PORT (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 authored Jun 4, 2020
1 parent f58830d commit 88ede91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions incubator/nodejs/image/Dockerfile-stack
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN npm install
WORKDIR /project/user-app

ENV PORT=3000
ENV APPSODY_DEBUG_PORT=9229

EXPOSE 3000
EXPOSE 9229
2 changes: 1 addition & 1 deletion incubator/nodejs/image/project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion incubator/nodejs/image/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs",
"version": "0.3.5",
"version": "0.3.6",
"description": "Node.js Stack",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node.js
version: 0.3.5
version: 0.3.6
description: Runtime for Node.js applications
license: Apache-2.0
language: nodejs
Expand Down

0 comments on commit 88ede91

Please sign in to comment.