-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I've a Docker file for this project? #134
Comments
Hi @iamrobins! 👋 Thanks for opening this issue. A dockerfile sounds like a great idea, but unfortunately I don't really have any experience configuring docker for projects and I won't have any development time for this project in which I could learn Docker and contribute what you asking myself in the foreseeable future. Would you like to contribute the solution yourself? I'll be happy to review and test a PR for it if you take the time to do so! 🙂 |
Yeah definitely, I've created a Dockerfile with Ruby 3.0 because older ruby versions were not working for me. Are you planning to upgrade the project to Ruby 3.0 with a new Gemfile.lock ? I found the fix to run it on Ruby 3.0 in this issue #112 |
Hi @jglovier now there is no need to upgrade the project to Ruby 3.0 I have created the Dockerfile which works perfectly with the current state of the project. I've made a PR with 2 lines of instructions in the README. please take a look when you get time. |
Thanks again, @iamrobins!! Resolved by #135. |
I've Ubuntu 22 and it has Ruby 3 and this project supports Ruby 2. I don't have any experience in Ruby so while installing I was having this error, I tried doing some tweaks to Gem file but didn't work.
This is the Dockerfile I was trying to make.
The text was updated successfully, but these errors were encountered: