TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Optimize Dokku Deployment Speed for Ruby on Rails Apps with Dockerfile

58 pointsby pawurbover 6 years ago

3 comments

thejoshover 6 years ago
You should really look into multistage builds. This sort of deployment should scare you.
评论 #17967799 未加载
评论 #17966823 未加载
SkyPuncherover 6 years ago
This is intriguing, but it kind of goes against the essence of running Dokku.<p>We run Dokku because it&#x27;s absolutely dead simple. It&#x27;s not the fastest nor is it particularly scalable, but it works. There will be a point where we can&#x27;t scale with just Dokku, but we&#x27;ll cross that bridge when we come to it.
评论 #17969143 未加载
评论 #17969481 未加载
thomasfedbover 6 years ago
I do something similar - mostly because buildpack downloads seen to time out ever second time. Just wish I could find a trivial way to cache installed gems to really get things flying along.
评论 #17969389 未加载