-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Enable npm start #69
Comments
In the README it's specified to use: pm2 startOrRestart ecosystem_my.json |
I think forcing pm2 is overkill. Simply using npm should be enough. Besides that, pm2 will require extra work when making the app "Docker enabled" as docker requires a nodejs process to run in the FOREGROUND. |
And ecosystem_my.json is not found |
seems it was deleted by one of our guys, sorry will be fixed |
Ok, thank you very much! I am looking forward to seeing the file(s) return. |
npm start is currently not possible. Needs to be provided.
The text was updated successfully, but these errors were encountered: