Docker & Rails | bundler: command not found: rails
I am not sure if this is a proper solution, but I tried adding
RUN bundler install
to my Dockerfile
. I deleted all of the images, ran docker-compose up
and worked like a charm.
I am not sure if this is a proper solution, but I tried adding
RUN bundler install
to my Dockerfile
. I deleted all of the images, ran docker-compose up
and worked like a charm.