4 lines
53 B
Bash
4 lines
53 B
Bash
#!/bin/sh
|
|
nginx -g "daemon off;"&
|
|
node /app/index.js
|
#!/bin/sh
|
|
nginx -g "daemon off;"&
|
|
node /app/index.js
|