Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
feat(package): update s2i image to node product version
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 8, 2018
1 parent c88c2c8 commit c46c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ci": "npm run lint && npm run coveralls",
"dependencyCheck": "szero . --ci",
"release": "standard-version -a",
"openshift": "nodeshift --strictSSL=false --nodeVersion=8.x",
"openshift": "nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-8",
"postinstall": "license-reporter report && license-reporter save --xml licenses.xml",
"start": "PORT=8080 node ./bin/www"
},
Expand Down

0 comments on commit c46c111

Please sign in to comment.