Skip to content

Commit

Permalink
updates for OpenShift 3,
Browse files Browse the repository at this point in the history
  removing hooks
  setting default port to match node image

Testing for demo

Testing

Fix log message

Steve's fix

Removing localized change
  • Loading branch information
sspeiche committed Apr 24, 2015
1 parent 8d63eca commit 47bc62e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .openshift/action_hooks/pre-build

This file was deleted.

3 changes: 0 additions & 3 deletions .openshift/action_hooks/pre_build

This file was deleted.

2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var server = http.createServer(function (req, res) {

res.writeHead(200, {'Content-Type': 'text/plain'});

res.write('This is a node.js echo service\n');
res.write('This is a Node.js echo service\n');
res.write('Host: ' + req.headers.host + '\n');
res.write('\n');
res.write('node.js Production Mode: ' + (nodeEnv == 'production' ? 'yes' : 'no') + '\n');
Expand Down

0 comments on commit 47bc62e

Please sign in to comment.