3 lines
56 B
Bash
3 lines
56 B
Bash
|
#!/bin/bash
|
||
|
NODE_ENV=production forever start server.js
|