simba

Results 6 comments of simba

@jpwynn did you have any luck setting up a deploy to Heroku? I'm getting a permissions error and I wonder if it's one of the common 6.1 issues that you...

@jpwynn I see - I get a bit miffed with Docker occasionally because it's so slow on Mac but Docker solves enough problems that I am actually considering switching to...

It might actually be stupidly simple to deploy with Heroku *if you take a few seconds to Google it first* 🤦 Following https://devcenter.heroku.com/articles/container-registry-and-runtime: ``` heroku container:login heroku container:push web heroku...

Ka-ching! That did it, thanks @nickjj. I'm far from having the whole rig up and running (Redis, Sidekiq and ActionCable haven't been tested yet) but the basic app is up...

> Did you run through those steps and what's where you're at now? Yes that's the steps I ran through and after setting the RAILS_SERVE_STATIC_FILES env variable, it's working fine.

Absolutely. From what I understand, it'd be a heroku.yml as the Procfile is not used in Docker setups. I should also add, I am making this as a side project...