Current Behavior
app runner does not use the port specified in the plugin
Expected Behavior
app runner can use port 3000 when specified
Steps to Reproduce the Problem
- Create an express app
- Run it on port 3000 and specify it in the serverless custom config
- Deploy the package, app runner's health check will fail
Current Behavior
app runner does not use the port specified in the plugin
Expected Behavior
app runner can use port 3000 when specified
Steps to Reproduce the Problem