Skip to content

feat: add ruby server example#4

Open
hanshal101 wants to merge 2 commits into
buildsafedev:mainfrom
hanshal101:ruby-server-example
Open

feat: add ruby server example#4
hanshal101 wants to merge 2 commits into
buildsafedev:mainfrom
hanshal101:ruby-server-example

Conversation

@hanshal101

Copy link
Copy Markdown

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
Copy Markdown
Author

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

Comment thread ruby-server-example/Dockerfile Outdated
Comment thread ruby-server-example/Dockerfile Outdated
Comment thread ruby-server-example/README.md
Comment thread ruby-server-example/Dockerfile Outdated
@hanshal101 hanshal101 requested a review from dr-housemd October 11, 2024 08:27
Signed-off-by: hanshal101 <122217807+hanshal101@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants