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

Commit

Permalink
chore: update to use RHSCL image
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Sep 25, 2019
1 parent bcb2a60 commit 556d189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greeting-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ci": "npm run lint && npm run test",
"start": "node .",
"prepublish": "license-reporter report --silent",
"openshift": "nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-10",
"openshift": "nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhscl/nodejs-10-rhel7",
"postinstall": "license-reporter report --silent && license-reporter save --xml licenses.xml --silent"
},
"main": "./bin/www",
Expand Down

0 comments on commit 556d189

Please sign in to comment.