3 lines
57 B
Bash
3 lines
57 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
exec node /opt/appsmith/rts/bundle/server.js
|