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
Hey with this guide and repository you should be able to build a Rails application on docker but also using redis, foreman, webpack dev server and also imagemagick(currently only avaiblable on ruby alpine dockerfile)
use this repository for the base on the docker rails development and production rails app dockerize
Base directory is for guidance on building your docker files
Copy all the files in base directory to your future rails app directory
For development:
commands:
create new rails app
docker-compose run --no-deps web rails new . --force --database=postgresql
change permissions
sudo chown -R $USER:$USER.
now we need to do some changes on our rails application