You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heroku is very customisable but mostly this is done with buildpacks. Here's the node one.
By default the node buildpack will build, prune dev dependencies + package the entire app folder into a docker image. This is lots more space than Nitro needs. Options:
create our own heroku buildpack
create docker image (which can be shared with other platforms): docker preset #54
If you use the default heroku buildpack, you'll need to run heroku config:set HOST=0.0.0.0
The text was updated successfully, but these errors were encountered:
Considering it is an unattended issue for long time and we have a working preset, closing this tracker. docker support (#54) might allow improving Heroku preset too.
heroku is very customisable but mostly this is done with buildpacks. Here's the node one.
By default the node buildpack will build, prune dev dependencies + package the entire app folder into a docker image. This is lots more space than Nitro needs. Options:
If you use the default heroku buildpack, you'll need to run
heroku config:set HOST=0.0.0.0
The text was updated successfully, but these errors were encountered: