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

feat: add ruby server example #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hanshal101
Copy link

Fixes buildsafedev/bsf#96
Closes buildsafedev/bsf#96

Description

This PR adds the Ruby Server Example for buildsafe.

Note

  • Since buildsafe currently does not officially ruby, there is an alternate way to build and push the application, i.e
# to develop
bsf develop

# to push with tags (optional)
bsf oci pkgs --tag=dev --push
  • To get inside the development shell and perform some actions as a developer
# to get inside development shell
bsf develop

# to checkout installed ruby version
ruby -v

# to install rails
gem install rails

@hanshal101
Copy link
Author

Hey @dr-housemd @rakshitgondwal there was some issue with my git inside the wsl, so I created a new PR for this issue!

@hanshal101 hanshal101 requested a review from dr-housemd October 11, 2024 08:27
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.

Add an example of Ruby dev env and base image.
2 participants