Skip to content

Instantly share code, notes, and snippets.

@ankur0101
Created November 29, 2023 07:34
Show Gist options
  • Save ankur0101/7ac7d32e74dd8cd0d584d8d88f5f99c3 to your computer and use it in GitHub Desktop.
Save ankur0101/7ac7d32e74dd8cd0d584d8d88f5f99c3 to your computer and use it in GitHub Desktop.
Running node-cli inside Cloud Foundry Application
#!/bin/bash
./deps/0/bin/node $@
# Now ./node.sh server.js will work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment