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

Docker for developers #602

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

MostlyKIGuess
Copy link

Summary

This pull request introduces Docker support to simplify the developer setup process for the project. It addresses #601 and provides a streamlined way to run the server without manually managing dependencies.

Changes Made

  • Added a Dockerfile that builds an environment for running the server.
  • Included a docker-compose.yml file for easier container management (if applicable).
  • Updated documentation (README.md) with clear instructions on building and running the Docker container.

Testing

  • Verified the Docker container builds and runs the server correctly on Linux, Windows.
  • Haven't tested on macOS yet.

Benefits

  • Simplifies the server setup process for contributors.
  • Resolves potential dependency issues during setup.
  • Enhances the developer experience by providing a robust and consistent environment.

@MostlyKIGuess
Copy link
Author

Also added .bundle to gitignore which is created when testing locally by using bundle install.

@quozl quozl changed the title Add Docker Support for Simplified Developer Setup Docker for developers Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant