Skip to content

Commit b9b241c

Browse files
Merge pull request #303 from markcocker/dev
Update DFH_NODE_HOME location
2 parents 89351d4 + c4f5ef0 commit b9b241c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Run the following commands on your workstation.
5555
FROM cics_55
5656
ENV DFH_CICS_TYPE=MAS
5757
ENV DFH_CICSPLEX=ZOSPTINT
58-
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x
58+
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
5959
COPY bundles bundles
6060
EOF
6161
```
@@ -131,7 +131,7 @@ Run the following commands on your workstation.
131131
FROM cics_55
132132
ENV DFH_CICS_TYPE=MAS
133133
ENV DFH_CICSPLEX=ZOSPTINT
134-
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x
134+
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
135135
COPY . $APP_DIR_ZOS
136136
EOF
137137
```

0 commit comments

Comments
 (0)