We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the start to script to just be node . and add the main property with ./bin/www
node .
./bin/www
Also change the default port from 3000 to 8080. This is related to nodeshift-archived/centos7-s2i-nodejs#33 (comment)
The text was updated successfully, but these errors were encountered:
fix: use the main prop for the application entry point.
282413e
npm start will now look at the main property for the entry point. Port 8080 is now set as the default port instead of 3000. This is a fix related to nodeshift-archived/centos7-s2i-nodejs#33\#issuecomment-382587104. fixes nodeshift-starters#93
4768897
lholmquist
Successfully merging a pull request may close this issue.
Change the start to script to just be
node .
and add the main property with./bin/www
Also change the default port from 3000 to 8080. This is related to nodeshift-archived/centos7-s2i-nodejs#33 (comment)
The text was updated successfully, but these errors were encountered: