Deploy Docker images directly to Heroku
devcenter.heroku.com
Deploy Docker images directly to Heroku
1–2 of 2 posts
Re: Deploy Docker images directly to Heroku
#2Only suggestion, is try a super-lightweight base like alpine... though it uses musl libs, so you do need to test, but usually get a smaller base than using say Ubuntu Server. ymmv.