Open worksofliam opened 1 year ago
If I use sc start /path/to/my/app.yml which doesn't have a port specified, I'd like sc to automatically allocate and re-use this port every time I redeploy the service
sc start /path/to/my/app.yml
Also expose it as an environment variable (PORT)
PORT
If I use
sc start /path/to/my/app.yml
which doesn't have a port specified, I'd like sc to automatically allocate and re-use this port every time I redeploy the service