Skip to content
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

Dockerize project to make development easier #8

Closed
wants to merge 5 commits into from
Closed

Dockerize project to make development easier #8

wants to merge 5 commits into from

Conversation

m8051
Copy link

@m8051 m8051 commented Oct 5, 2021

Description

This PR attempts to Dockerize the project to make development easier by:

  • Using docker-compose to run a Ruby container with the application and a second Redis container.

  • Using a BootStrap Script written in Bash to speed up common Docker tasks.

  • Updating documentation with the latest changes

    • README.md
    • CHANGELOG.md

Feature

Resolves #6

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

By executing the script arguments

  • Run script arguments { bash | bundle | rspec | setup | stop }

Checklist

  • Adds docker-compose file;
  • Adds bash script;
  • Updates documentation.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 9 fixed issues! 🎉

See more details about this review.

Copy link

@VictorSNA VictorSNA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for your collaboration!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize project to make development easier
2 participants