pm2 start package.json
Created
February 4, 2020 10:13
-
-
Save redhajuanda/2a07b4ff21ebb392184e96c6db7af58b to your computer and use it in GitHub Desktop.
Execute golang service with node pm2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apps" : [{ | |
| "name" : "service", | |
| "script" : "./service" | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment